Instructions to use g8a9/roberta-tiny-10M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use g8a9/roberta-tiny-10M with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="g8a9/roberta-tiny-10M")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("g8a9/roberta-tiny-10M") model = AutoModelForMaskedLM.from_pretrained("g8a9/roberta-tiny-10M", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 4300
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 380407940
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94a4f16f8985440c03220b7495c7f86a430759a73cc4fec1cf801b06e7021437
|
| 3 |
size 380407940
|
runs/Feb14_00-12-10_monica.sm.unibocconi.it/events.out.tfevents.1676330009.monica.sm.unibocconi.it.4164817.0
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:086fb07dd58bc0ef7b0b2fa89ce60253c9858788b8a5f6c8a641096c0b5bb06a
|
| 3 |
+
size 99117
|