Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use Garfieldgx/finetuning-sentiment-model-3000-samples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Garfieldgx/finetuning-sentiment-model-3000-samples with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Garfieldgx/finetuning-sentiment-model-3000-samples")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Garfieldgx/finetuning-sentiment-model-3000-samples") model = AutoModelForSequenceClassification.from_pretrained("Garfieldgx/finetuning-sentiment-model-3000-samples") - Notebooks
- Google Colab
- Kaggle
Commit ·
3c6dc52
1
Parent(s): 40d84d0
End of training
Browse files
runs/Mar26_15-36-29_31ecaf9ea2e7/events.out.tfevents.1679845004.31ecaf9ea2e7.475.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:0cda5aff88d9c0e012872add612e600f51f076c72f41e459e2dd550c696394a7
|
| 3 |
+
size 4263
|
runs/Mar26_15-36-29_31ecaf9ea2e7/events.out.tfevents.1679845317.31ecaf9ea2e7.475.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e81d4afe96d8c63087d479f597115ef7f6a5e2ec572f086734dcde9521c1ea23
|
| 3 |
+
size 457
|