Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
amankhandelia
/
panini
like
0
Fill-Mask
Transformers
roberta
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
f064dc4
panini
/
create_config.py
Aman K
All set to train
6a876f9
over 3 years ago
raw
Copy download link
history
blame
Safe
147 Bytes
#!/usr/bin/env python3
from
transformers
import
RobertaConfig
config = RobertaConfig.from_pretrained(
"roberta-base"
)
config.save_pretrained(
"./"
)