Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use Mutugi/finetuning-sentiment-model-3000-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Mutugi/finetuning-sentiment-model-3000-samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Mutugi/finetuning-sentiment-model-3000-samples")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Mutugi/finetuning-sentiment-model-3000-samples") model = AutoModelForSequenceClassification.from_pretrained("Mutugi/finetuning-sentiment-model-3000-samples", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267855533
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11ee92b0da00b0074e4110ff617a6a384b7c7365207aebdf87026321096505e1
|
| 3 |
size 267855533
|
runs/Apr13_08-28-22_3f50d9a1dfe6/1681374706.8493655/events.out.tfevents.1681374706.3f50d9a1dfe6.324.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6baeb96b4dd5bb44d551c64309ae837d7ef7954f2bcb50e407704dfd044c6726
|
| 3 |
+
size 5880
|
runs/Apr13_08-28-22_3f50d9a1dfe6/events.out.tfevents.1681374706.3f50d9a1dfe6.324.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7048502189204098f5306dca554b1ab3920af31a0ca5b048cd50dc1d7317bd8e
|
| 3 |
+
size 3909
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3643
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7ea84f367420fdd8b63775361f2fea27604d1899947a356fc19e9b11879f255
|
| 3 |
size 3643
|