nyu-mll/glue
Viewer • Updated • 1.49M • 428k • 523
How to use gokuls/distilbert_add_GLUE_Experiment_logit_kd_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_logit_kd_sst2") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_logit_kd_sst2")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_logit_kd_sst2", device_map="auto")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 |
|---|---|---|---|---|
| 1.3582 | 1.0 | 264 | 1.0124 | 0.7546 |
| 0.8162 | 2.0 | 528 | 1.0190 | 0.7844 |
| 0.5596 | 3.0 | 792 | 0.9411 | 0.7821 |
| 0.4502 | 4.0 | 1056 | 0.9809 | 0.7798 |
| 0.4184 | 5.0 | 1320 | 1.0198 | 0.7741 |
| 0.3596 | 6.0 | 1584 | 1.0163 | 0.7718 |
| 0.3394 | 7.0 | 1848 | 1.0623 | 0.7752 |
| 0.3045 | 8.0 | 2112 | 1.1069 | 0.7626 |