Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
NbAiLab
/
nb-roberta-base-ncc-plus-scandi-1e4
like
0
Follow
Nasjonalbiblioteket AI Lab
334
Fill-Mask
Transformers
PyTorch
JAX
TensorBoard
Safetensors
xlm-roberta
License:
apache-2.0
Model card
Files
Files and versions
xet
Metrics
Training metrics
Community
1
Deploy
Use this model
refs/pr/1
nb-roberta-base-ncc-plus-scandi-1e4
/
convert_model.py
pere
first
131e89a
over 3 years ago
raw
Copy download link
history
blame
Safe
142 Bytes
from
transformers
import
XLMRobertaForMaskedLM
model = XLMRobertaForMaskedLM.from_pretrained(
"."
, from_flax=
True
)
model.save_pretrained(
"."
)