nyu-mll/glue
Viewer • Updated • 1.49M • 484k • 498
How to use gokuls/distilbert_add_GLUE_Experiment_sst2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/distilbert_add_GLUE_Experiment_sst2") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_sst2")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_sst2")This model is a fine-tuned version of distilbert-base-uncased on the GLUE SST2 dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| 0.6235 | 1.0 | 264 | 0.5616 | 0.7328 |
| 0.3745 | 2.0 | 528 | 0.6359 | 0.7580 |
| 0.2762 | 3.0 | 792 | 0.5279 | 0.7752 |
| 0.235 | 4.0 | 1056 | 0.7701 | 0.75 |
| 0.203 | 5.0 | 1320 | 0.5962 | 0.7752 |
| 0.1798 | 6.0 | 1584 | 0.6076 | 0.7878 |
| 0.1635 | 7.0 | 1848 | 0.7625 | 0.7718 |
| 0.1491 | 8.0 | 2112 | 0.7285 | 0.7764 |