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 ·
0816f42
1
Parent(s): 1a2607b
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 438128811
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34269d83f3ec7538ec65e8f81d854caa332c021520321dc07de07c5a523f9666
|
| 3 |
size 438128811
|
runs/Sep15_17-57-20_af96121d8a46/events.out.tfevents.1663264646.af96121d8a46.766.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:5d72cbeea00038e4a9fe2a7f8d20c72d7eca00aa9d53a40b9482246383d75f8f
|
| 3 |
+
size 79254
|