Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use Seema09/finetuning-sentiment-model-Test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Seema09/finetuning-sentiment-model-Test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Seema09/finetuning-sentiment-model-Test")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Seema09/finetuning-sentiment-model-Test") model = AutoModelForSequenceClassification.from_pretrained("Seema09/finetuning-sentiment-model-Test", 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:17b46aadccf903152d0bea9050cdc29743cd5d4f13a4c80ad2708a072dd23be3
|
| 3 |
size 267854321
|
runs/Jun16_13-08-08_80d655c3845c/1655385009.2180972/events.out.tfevents.1655385009.80d655c3845c.70.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63bcae565f2ced35c91da0ffe930359f12f318a3d432e7cf371b9ca0ea12c36e
|
| 3 |
+
size 5199
|
runs/Jun16_13-08-08_80d655c3845c/events.out.tfevents.1655385009.80d655c3845c.70.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e24a2cc1a1c19fb7bb49c4542205b77dfb20e88e5271d258676082f30c97fd82
|
| 3 |
+
size 3434
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3247
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b25ffdcc710fb4dd17e7441c776fa1cf51944121467a68cd638279358c8bc66d
|
| 3 |
size 3247
|