Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
NbAiLab
/
nb-roberta-base-scandi-1e4
like
0
Follow
Nasjonalbiblioteket AI Lab
128
Fill-Mask
Transformers
PyTorch
JAX
TensorBoard
Safetensors
xlm-roberta
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Metrics
Training metrics
Community
1
Train
Deploy
Use this model
c85013f
nb-roberta-base-scandi-1e4
/
convert_model.py
pere
pytorch model
69f03f3
about 2 years ago
raw
Copy download link
history
blame
Safe
141 Bytes
from
transformers
import
XLMRobertaForMaskedLM
model = XLMRobertaForMaskedLM.from_pretrained(
"."
,from_flax=
True
)
model.save_pretrained(
"."
)