Instructions to use juancavallotti/roberta-base-culinary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use juancavallotti/roberta-base-culinary with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="juancavallotti/roberta-base-culinary")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("juancavallotti/roberta-base-culinary") model = AutoModelForMaskedLM.from_pretrained("juancavallotti/roberta-base-culinary", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
0694cbf
1
Parent(s): 8d2cca8
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 328720043
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48c616371524edb513a3856c21833c2a8cf70f42febb70276af3f7ef389cc002
|
| 3 |
size 328720043
|
runs/Apr20_23-54-12_0ca3f37e5e6e/events.out.tfevents.1650498859.0ca3f37e5e6e.696.2
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:a14d235359f2251ff2b1156db0a3a3036405cc9ad23c8ec67770eb75c6817d8b
|
| 3 |
+
size 18777
|