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 2
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:743d6f7573830b7f76dd3fdb39f32b426280766f017494d19a2fbc6ceb77db9e
|
| 3 |
size 267835644
|
runs/Mar05_12-12-16_546f2d4c6e4f/events.out.tfevents.1709640737.546f2d4c6e4f.319.2
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:9fa87dfcd4e4945b7377e456c6793bae7291c4653d23856055bf80fbf8a00e47
|
| 3 |
+
size 5676
|