Instructions to use NbAiLab/nb-roberta-base-scandi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NbAiLab/nb-roberta-base-scandi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="NbAiLab/nb-roberta-base-scandi")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("NbAiLab/nb-roberta-base-scandi") model = AutoModelForMaskedLM.from_pretrained("NbAiLab/nb-roberta-base-scandi") - Notebooks
- Google Colab
- Kaggle
Manual
Browse files
events.out.tfevents.1672853622.t1v-n-0853dee6-w-3.1082303.0.v2
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:292998c11e1aeae111f19b2d6c5915288da28444d04919391a4f2389e965fb1f
|
| 3 |
+
size 30096247
|