Instructions to use EndlessRecurrence/rasa-diet-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EndlessRecurrence/rasa-diet-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="EndlessRecurrence/rasa-diet-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("EndlessRecurrence/rasa-diet-classifier") model = AutoModelForSequenceClassification.from_pretrained("EndlessRecurrence/rasa-diet-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 230
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 433289224
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f953c62bef2cd752cd5111164bb1ee88bf1337fde4de5971d8d3eaea9547378c
|
| 3 |
size 433289224
|
runs/May07_13-10-58_pop-os/events.out.tfevents.1715076659.pop-os.139421.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:b6e0f3e6847103eaba3d374133cc9b4653c203bcb19c57a52d4449ad9717cde3
|
| 3 |
+
size 5079
|