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:be511c223a0bc7738ff16139dce053a93f2a57ee96d633847ed57a86774dfa0e
|
| 3 |
size 267855533
|
runs/Jul06_10-21-56_eac8f3666696/events.out.tfevents.1688639037.eac8f3666696.163.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:6a41dae146e43a61c58a6cad5aa26ac9fd44e2ccd8789ebe2f7f0ff6ff721206
|
| 3 |
+
size 4339
|
runs/Jul06_10-21-56_eac8f3666696/events.out.tfevents.1688639089.eac8f3666696.163.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e12c75cc84c7469c6fd5d10c588ca95d958b8c0f81c3a1cd94650250944b7b25
|
| 3 |
+
size 457
|