Instructions to use NbAiLab/nb-roberta-base-ncc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NbAiLab/nb-roberta-base-ncc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="NbAiLab/nb-roberta-base-ncc")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("NbAiLab/nb-roberta-base-ncc") model = AutoModelForMaskedLM.from_pretrained("NbAiLab/nb-roberta-base-ncc") - Notebooks
- Google Colab
- Kaggle
Saving weights and logs of step 230001
Browse files
events.out.tfevents.1673085864.t1v-n-61c7b25d-w-3.48051.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:571602ea6064e729dcb7aa1f05f2d5adaf5dd17b084be1d184d89a8d2bd9ec59
|
| 3 |
+
size 34272593
|
flax_model.msgpack
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1113187999
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a28a63f7108aca2e23a10dd0c4859ac7502bec102675fc0d4e5da9818453dd1
|
| 3 |
size 1113187999
|