Instructions to use AmaiaSolaun/intent_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AmaiaSolaun/intent_classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AmaiaSolaun/intent_classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AmaiaSolaun/intent_classifier") model = AutoModelForSequenceClassification.from_pretrained("AmaiaSolaun/intent_classifier") - Notebooks
- Google Colab
- Kaggle
Commit ·
ae37136
1
Parent(s): cf7abb6
Training in progress, epoch 5
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267929325
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b352ba50663250fecd154012033f9f7946ca1f600d17521272ba542b29ff2c9f
|
| 3 |
size 267929325
|
runs/Jun02_13-26-42_66d1d05780d7/events.out.tfevents.1685712472.66d1d05780d7.174.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:86fad1d17e6c10e8b48331b0647a43d38261b348148404b180da903f22ac3bbe
|
| 3 |
+
size 7355
|