Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use Prince12f/finetuning-sentiment-model-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Prince12f/finetuning-sentiment-model-samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Prince12f/finetuning-sentiment-model-samples")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Prince12f/finetuning-sentiment-model-samples") model = AutoModelForSequenceClassification.from_pretrained("Prince12f/finetuning-sentiment-model-samples", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
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:c3abfdeb6da09c216c26e36919ccb607e1f5b4abd689cd4dc0d6ad3e4bd013af
|
| 3 |
size 267832560
|
runs/Nov30_00-31-42_97a8a99fccc8/events.out.tfevents.1701305870.97a8a99fccc8.672.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86d634dc417f28eed3ea94a291401a94de80d567a975437a931c9fdfdf9d001e
|
| 3 |
+
size 457
|
runs/Nov30_01-05-20_97a8a99fccc8/events.out.tfevents.1701306332.97a8a99fccc8.672.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d4f817d8a64b43e82aa0fd3da56fd99c45074b7cb0a08900585822ccb4f8749
|
| 3 |
+
size 5125
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ebc73c71000b1f1dab32b4ca5e98ee4f94b6d61cd5deecab7d2007d2d41b4207
|
| 3 |
size 4600
|