Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use mayank-01/finetuning-sentiment-model-3000-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mayank-01/finetuning-sentiment-model-3000-samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="mayank-01/finetuning-sentiment-model-3000-samples")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("mayank-01/finetuning-sentiment-model-3000-samples") model = AutoModelForSequenceClassification.from_pretrained("mayank-01/finetuning-sentiment-model-3000-samples", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267854321
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73db8f691ec24bc98d58c9fb6cdabbf2c500c3a778122a38954847d06c37d530
|
| 3 |
size 267854321
|
runs/Jul28_10-58-59_0b9abdceccbc/1659005943.6510007/events.out.tfevents.1659005943.0b9abdceccbc.71.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e53e206bd979d41d1d07f23ab8a2d09bd4b68e1e31de018d53b443b5f554acc
|
| 3 |
+
size 5469
|
runs/Jul28_10-58-59_0b9abdceccbc/events.out.tfevents.1659005943.0b9abdceccbc.71.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0bedba4d3d7bbe176320b79358911d6f43c0849b997f8e67b4b95bed471eca1d
|
| 3 |
+
size 3597
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3375
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd2800d64c6d01a5a1c2e0f5b30e60117e844c2127208e408b5accdeb9c82140
|
| 3 |
size 3375
|