Hugging Face
Models
Datasets
Spaces
Community
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
xet
Community
2
Train
Deploy
Use this model
f39f7d5
FiPhi-NeuralMark-V3
/
pytorch_model.bin
TejAndrewsACC
Create pytorch_model.bin
388fb24
verified
5 months ago
raw
Copy download link
history
blame
81 Bytes
# Saving the model's weights
torch.save(model.state_dict(),
'pytorch_model.bin'
)