Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
NbAiLabArchive
/
test_w5_long_dataset
like
0
Follow
NB AiLab Archive
6
Fill-Mask
Transformers
PyTorch
JAX
TensorBoard
roberta
Model card
Files
Files and versions
Metrics
Training metrics
Community
1
Train
Deploy
Use this model
c55d01d
test_w5_long_dataset
/
create_config.py
pere
Saving weights and logs of step 5000
cdcb06b
over 3 years ago
raw
Copy download link
history
blame
Safe
163 Bytes
from
transformers
import
RobertaConfig
model_dir =
"./"
# ${MODEL_DIR}
config = RobertaConfig.from_pretrained(
"roberta-base"
)
config.save_pretrained(model_dir)