Instructions to use NbAiLab/nb-roberta-base-scandinavian with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NbAiLab/nb-roberta-base-scandinavian with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="NbAiLab/nb-roberta-base-scandinavian")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("NbAiLab/nb-roberta-base-scandinavian") model = AutoModelForMaskedLM.from_pretrained("NbAiLab/nb-roberta-base-scandinavian") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
c539a6e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:64f7ff612ca7eb3abfe9ae1d2c0088df78d9a5ab1af89b2368ceabadf34e46d4
size 498796983
|