Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
w11wo
/
sundanese-roberta-base
like
2
Fill-Mask
Transformers
PyTorch
JAX
TensorBoard
Safetensors
4 datasets
Sundanese
roberta
sundanese-roberta-base
Inference Endpoints
arxiv:
1907.11692
License:
mit
Model card
Files
Files and versions
Metrics
Training metrics
Community
1
Train
Deploy
Use this model
bad35c5
sundanese-roberta-base
/
create_config.py
w11wo
config and tokenizer
2e61b14
over 3 years ago
raw
Copy download link
history
blame
Safe
148 Bytes
from
transformers
import
RobertaConfig
model_dir =
"./"
config = RobertaConfig.from_pretrained(
"roberta-base"
)
config.save_pretrained(model_dir)