Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use ManishW/text-classification-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ManishW/text-classification-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ManishW/text-classification-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ManishW/text-classification-model") model = AutoModelForSequenceClassification.from_pretrained("ManishW/text-classification-model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
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:34d801521f64ebfddbb8bb9fbacc311ce633c9025dd9cbff323867577535f2da
|
| 3 |
size 267855533
|
runs/May13_02-58-26_796c0d8297e7/events.out.tfevents.1683946988.796c0d8297e7.857.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:b3257704502b660b848508dd927e6dd2f20d5a0e3ee472985b4fc94d224a7fe7
|
| 3 |
+
size 5139
|