nyu-mll/glue
Viewer • Updated • 1.49M • 428k • 523
How to use gokuls/distilbert_add_GLUE_Experiment_logit_kd_cola 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_cola") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_logit_kd_cola")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_logit_kd_cola", device_map="auto")This model is a fine-tuned version of distilbert-base-uncased on the GLUE COLA 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 | Matthews Correlation |
|---|---|---|---|---|
| 0.8213 | 1.0 | 34 | 0.6875 | 0.0 |
| 0.799 | 2.0 | 68 | 0.6840 | 0.0 |
| 0.7971 | 3.0 | 102 | 0.6891 | 0.0 |
| 0.7977 | 4.0 | 136 | 0.6840 | 0.0 |
| 0.8007 | 5.0 | 170 | 0.6862 | 0.0 |
| 0.7987 | 6.0 | 204 | 0.6844 | 0.0 |
| 0.7989 | 7.0 | 238 | 0.6871 | 0.0 |
| 0.7956 | 8.0 | 272 | 0.6820 | 0.0 |
| 0.7728 | 9.0 | 306 | 0.7389 | 0.0 |
| 0.711 | 10.0 | 340 | 0.7592 | 0.0493 |
| 0.6866 | 11.0 | 374 | 0.7308 | 0.0704 |
| 0.6671 | 12.0 | 408 | 0.7393 | 0.0670 |
| 0.6439 | 13.0 | 442 | 0.7802 | 0.0595 |