Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use vishnun0027/Text_classification_model_10042024 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vishnun0027/Text_classification_model_10042024 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="vishnun0027/Text_classification_model_10042024")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("vishnun0027/Text_classification_model_10042024") model = AutoModelForSequenceClassification.from_pretrained("vishnun0027/Text_classification_model_10042024", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267832560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4afe65086879ccc580a0b280376db136b7bc2b04b28d90168d3ddaf10d82f12
|
| 3 |
size 267832560
|
runs/Apr10_11-39-53_785fbad59b71/events.out.tfevents.1712749194.785fbad59b71.60.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:e0f874cb54bab01f853a6a0fe4f3c3ffc0f3f27d76301a6d9bd30c106f77f52a
|
| 3 |
+
size 7511
|