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:98095b53606dafb9822e1e40668366dfe89f1571e858e448e1ba07812db8ba35
|
| 3 |
size 267835644
|
runs/Mar05_12-15-01_546f2d4c6e4f/events.out.tfevents.1709640903.546f2d4c6e4f.319.3
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:b8d0e02602297190d694fa5ae68203396e06b4601f6156416b3b32865580fbbb
|
| 3 |
+
size 5767
|