How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("fill-mask", model="DDSC/roberta-base-scandinavian")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM

tokenizer = AutoTokenizer.from_pretrained("DDSC/roberta-base-scandinavian")
model = AutoModelForMaskedLM.from_pretrained("DDSC/roberta-base-scandinavian")
Quick Links

Scandinavian Roberta Base - MC4

Description

This is a sample reference model for Flax/Jax training using only on the MC4. It is trained for roughly three day on a TPU v3-8. Training procedure...


Description

My description

Downloads last month
77
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support