Instructions to use g8a9/roberta-tiny-4l-10M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use g8a9/roberta-tiny-4l-10M with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="g8a9/roberta-tiny-4l-10M")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("g8a9/roberta-tiny-4l-10M") model = AutoModelForMaskedLM.from_pretrained("g8a9/roberta-tiny-4l-10M", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 350
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:ef18a250804296e88db1b0456c7f70d6651f88491609e318c97aca272980f03e
|
| 3 |
size 380407940
|
runs/Feb15_23-43-00_monica.sm.unibocconi.it/events.out.tfevents.1676500999.monica.sm.unibocconi.it.1476666.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:90f86f73b885c1b7869bcb9cc78736f2953f0f0ccc9d39979809c2e6c9e083cc
|
| 3 |
+
size 11595
|