Instructions to use NbAiLab/nb-roberta-base-ext with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NbAiLab/nb-roberta-base-ext with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="NbAiLab/nb-roberta-base-ext")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("NbAiLab/nb-roberta-base-ext") model = AutoModelForMaskedLM.from_pretrained("NbAiLab/nb-roberta-base-ext") - Notebooks
- Google Colab
- Kaggle
test
Browse files
events.out.tfevents.1672908315.t1v-n-29919176-w-3.505999.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:8731d5389a5f144c0a14f573f766e4980cc1964f44fb8f4d1535ab2e0c148c99
|
| 3 |
+
size 6231575
|