Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use Zain6699/intent-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Zain6699/intent-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Zain6699/intent-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Zain6699/intent-classifier") model = AutoModelForSequenceClassification.from_pretrained("Zain6699/intent-classifier") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267855533
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:865a0cfe683cc9b9119e00d3f66ea80e4a4de6a3974c8283ea4efa7504f37c6c
|
| 3 |
size 267855533
|
runs/Jul06_10-21-56_eac8f3666696/events.out.tfevents.1688639250.eac8f3666696.163.6
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:69e62eab791bcaeb6da0aa0408e4208d5a108b5582fe8f56e540e72155e6fc6c
|
| 3 |
+
size 4339
|
runs/Jul06_10-21-56_eac8f3666696/events.out.tfevents.1688639294.eac8f3666696.163.7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:adaca57eb46b417424d3ff7af1e765e00b9c9c9cd868c023cd02f7240648acd6
|
| 3 |
+
size 457
|