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:838720356fc3d442e1856895c446d6a63bb191c64394739e1c75a007247a1f40
|
| 3 |
size 267835644
|
runs/Mar05_09-50-29_546f2d4c6e4f/events.out.tfevents.1709632231.546f2d4c6e4f.319.1
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:d341d1a26abb6c0aab362f5422831da97de78cdeb92ead66d88bcb53af9b8c6c
|
| 3 |
+
size 5676
|
runs/Mar05_12-12-16_546f2d4c6e4f/events.out.tfevents.1709640737.546f2d4c6e4f.319.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7abc985e096e6e622aad8eb10f2e432e07ab334ab75ca5427bbb02be496953e7
|
| 3 |
+
size 5011
|
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:7ec2d8ad5f3f3e026c25c39e84c66ae03426ce66195465b69282aa10c27ae111
|
| 3 |
size 4920
|