Instructions to use HoaAn2003/intent_classification_distilbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HoaAn2003/intent_classification_distilbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="HoaAn2003/intent_classification_distilbert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("HoaAn2003/intent_classification_distilbert") model = AutoModelForSequenceClassification.from_pretrained("HoaAn2003/intent_classification_distilbert") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267835644
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ca4109f47dfc19a630fbbb73ababee688d1a85890c62ac0972997c8e838d078
|
| 3 |
size 267835644
|
runs/Mar05_12-15-01_546f2d4c6e4f/events.out.tfevents.1709640903.546f2d4c6e4f.319.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6a5db814962c5301e54a40439c411217c67b57718c5d8e28b5296abd2fcd556
|
| 3 |
+
size 5102
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1616fb2af1fcf0186316ad4b51bb97a2289b694ecacefc18aeadc4ce432add8
|
| 3 |
size 4920
|