Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use FSAdrian7/finetuning-sentiment-model-3000-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FSAdrian7/finetuning-sentiment-model-3000-samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="FSAdrian7/finetuning-sentiment-model-3000-samples")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("FSAdrian7/finetuning-sentiment-model-3000-samples") model = AutoModelForSequenceClassification.from_pretrained("FSAdrian7/finetuning-sentiment-model-3000-samples") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
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:b38d55ec40695cef13f833f3fd2e627ce897ab3c256640dd7ce1637ee2d6b792
|
| 3 |
size 267832560
|
runs/Jun17_20-27-30_346a94dc888e/events.out.tfevents.1718656053.346a94dc888e.245.3
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:6da0abd0f79b5014844dd2a1a995df3c7c2f5c90be48df26d4d7b8362f082cb8
|
| 3 |
+
size 5409
|