Instructions to use NbAiLab/roberta_jan_128_ncc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NbAiLab/roberta_jan_128_ncc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="NbAiLab/roberta_jan_128_ncc")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("NbAiLab/roberta_jan_128_ncc") model = AutoModelForMaskedLM.from_pretrained("NbAiLab/roberta_jan_128_ncc") - Notebooks
- Google Colab
- Kaggle
Saving weights and logs of step 3000
Browse files- flax_model.msgpack +1 -1
flax_model.msgpack
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498796983
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20858a7333c463dc37ee5e197f7aa77a85b12bcba46841c878ce12f9f1f975c5
|
| 3 |
size 498796983
|