Instructions to use NbAiLab/roberta_des_ada_128 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NbAiLab/roberta_des_ada_128 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="NbAiLab/roberta_des_ada_128", device_map="auto")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("NbAiLab/roberta_des_ada_128") model = AutoModelForMaskedLM.from_pretrained("NbAiLab/roberta_des_ada_128", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Saving weights and logs of step 70000
Browse files
events.out.tfevents.1640973969.t1v-n-79f0077b-w-0.424445.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:848628d888930debe3bfd6bf8d1ae82b5aec016f1be27211389b232d09f694af
|
| 3 |
+
size 10398642
|
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:b2c0cf4edbf6b04f17cccd8bfc4b53dc17acdd0fccd56461a73a3c9a9fde28b9
|
| 3 |
size 498796983
|