Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use Intradiction/finetuning-sentiment-model-3000-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Intradiction/finetuning-sentiment-model-3000-samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Intradiction/finetuning-sentiment-model-3000-samples")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Intradiction/finetuning-sentiment-model-3000-samples") model = AutoModelForSequenceClassification.from_pretrained("Intradiction/finetuning-sentiment-model-3000-samples") - Notebooks
- Google Colab
- Kaggle
Commit ·
cd01444
1
Parent(s): 2e7ba83
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:7bec1a286f0219506fef46239683ebac5930f3c325a0e086e5ffd6b758307941
|
| 3 |
size 267832560
|
runs/Nov21_15-55-37_09c9515811c8/events.out.tfevents.1700582141.09c9515811c8.778.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4be9afad221b085c18a72ae79944cb8c7691efbbb8e44cb8041041fcdcad62ef
|
| 3 |
+
size 4158
|
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:ecbab240f89ba6c99f1c41ff1ea48369d0cf8b0894b43e4c73c2a1b54a35abda
|
| 3 |
size 4600
|