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:2fc72b760a7bfc9bac054b0e94d6f500183f9ea57578167a683048ef41f967b3
|
| 3 |
size 267855533
|
runs/Jul06_10-21-56_eac8f3666696/events.out.tfevents.1688638942.eac8f3666696.163.0
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:5ab268555a9053a8b8247cca9324bba929763f03d3bb23ab024aa4160e132a68
|
| 3 |
+
size 4248
|
runs/Jul06_10-21-56_eac8f3666696/events.out.tfevents.1688638978.eac8f3666696.163.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f490936563033f749cde5b5acec6cde79d971d83e96466d23ece12b2b10a4ea4
|
| 3 |
+
size 457
|