Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
TejAndrewsACC
/
FiPhi-NeuralMark-V3
like
2
Text Generation
Transformers
PyTorch
English
bert
code
License:
apache-2.0
Model card
Files
Files and versions
Community
2
Train
Deploy
Use this model
main
FiPhi-NeuralMark-V3
/
pytorch_model.bin
TejAndrewsACC
Create pytorch_model.bin
388fb24
verified
19 days ago
raw
Copy download link
history
blame
contribute
delete
81 Bytes
# Saving the model's weights
torch.save(model.state_dict(),
'pytorch_model.bin'
)