Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use dgalik/finetuning-sentiment-model-3000-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dgalik/finetuning-sentiment-model-3000-samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dgalik/finetuning-sentiment-model-3000-samples")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dgalik/finetuning-sentiment-model-3000-samples") model = AutoModelForSequenceClassification.from_pretrained("dgalik/finetuning-sentiment-model-3000-samples") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
runs/Apr13_08-33-11_e19df6feb947/events.out.tfevents.1681374823.e19df6feb947.277.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:9a103e2694dcf470ae11f28ba2e3fb47bcccaff63e4354297e060ce0fe15bf3f
|
| 3 |
+
size 4263
|
runs/Apr13_08-33-11_e19df6feb947/events.out.tfevents.1681375304.e19df6feb947.277.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad7f1b70afa5a6441ad0404783359084e1a7ccf84c5740be7928ef54c6e4200a
|
| 3 |
+
size 457
|