Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use dinhlnd1610/distilbert-base-uncased-finetuned-sst2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dinhlnd1610/distilbert-base-uncased-finetuned-sst2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="dinhlnd1610/distilbert-base-uncased-finetuned-sst2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("dinhlnd1610/distilbert-base-uncased-finetuned-sst2") model = AutoModelForSequenceClassification.from_pretrained("dinhlnd1610/distilbert-base-uncased-finetuned-sst2") - Notebooks
- Google Colab
- Kaggle
Commit ·
7df3c63
1
Parent(s): b62777a
Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 30 |
|
| 31 |
# distilbert-base-uncased-finetuned-sst2
|
| 32 |
|
| 33 |
-
This model is a fine-tuned version of [distilbert-base-uncased
|
| 34 |
It achieves the following results on the evaluation set:
|
| 35 |
- Loss: 0.6600
|
| 36 |
- Accuracy: 0.9037
|
|
|
|
| 30 |
|
| 31 |
# distilbert-base-uncased-finetuned-sst2
|
| 32 |
|
| 33 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the glue dataset.
|
| 34 |
It achieves the following results on the evaluation set:
|
| 35 |
- Loss: 0.6600
|
| 36 |
- Accuracy: 0.9037
|