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 ·
ebcc01b
1
Parent(s): bbfb387
Training in progress, epoch 2
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:3ddb5391f06a151aa3c60890b38001eb0157ed677af7b00e0b2a757a5ce8fa92
|
| 3 |
size 267929325
|
runs/May31_22-36-02_41456ca01148/events.out.tfevents.1685572565.41456ca01148.15121.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:61d155597eb005bdcaab89799f58d9132f345b4bbf580097a4cc49b12231c32f
|
| 3 |
+
size 6332
|