Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use Rzadrzi/finetuning-sentiment-model-3000-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Rzadrzi/finetuning-sentiment-model-3000-samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Rzadrzi/finetuning-sentiment-model-3000-samples")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Rzadrzi/finetuning-sentiment-model-3000-samples") model = AutoModelForSequenceClassification.from_pretrained("Rzadrzi/finetuning-sentiment-model-3000-samples") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
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:81731c91c2545bc1c860754ba0d67764a50d126acbe66ff9cc992c67ddaa01c0
|
| 3 |
size 267832560
|
runs/Nov07_17-34-52_ebcb031f008a/events.out.tfevents.1762536897.ebcb031f008a.287.0
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:b6b61bd0d2305665325b1f9674d70d7fc00ca66dd6591b5680c43cca5c37a63d
|
| 3 |
+
size 5299
|