Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
flax-community
/
roberta-large-swedish
like
0
Follow
Flax Community
391
Fill-Mask
Transformers
JAX
roberta
Model card
Files
Files and versions
xet
Community
Deploy
Use this model
main
roberta-large-swedish
/
config.py
birgermoell
add config
d0740c8
almost 5 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
124 Bytes
from
transformers
import
RobertaConfig
config = RobertaConfig.from_pretrained(
"roberta-base"
)
config.save_pretrained(
"./"
)