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:85da356cc2d3f038e0a464f3b7b4f9b7c4b05a1fcc4c816c1edfaf53c0c7e444
|
| 3 |
size 267832560
|
runs/Nov30_19-26-29_5952eed4301f/events.out.tfevents.1701372425.5952eed4301f.869.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96be2e770202643aa6c96b775a294b9222f3b78777c3086d95ab1e18329dd8e6
|
| 3 |
+
size 5126
|
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:11ede4c6695e85d8b10c0bb2a7b24e90accecf317de99ac1c29a72443ec6e875
|
| 3 |
size 4600
|