nyu-mll/glue
Viewer • Updated • 1.49M • 428k • 523
How to use gokuls/distilbert_add_GLUE_Experiment_logit_kd_mnli 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_mnli") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_logit_kd_mnli")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_logit_kd_mnli", device_map="auto")This model is a fine-tuned version of distilbert-base-uncased on the GLUE MNLI 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.6009 | 1.0 | 1534 | 0.5752 | 0.4973 |
| 0.5601 | 2.0 | 3068 | 0.5468 | 0.5395 |
| 0.5323 | 3.0 | 4602 | 0.5259 | 0.5916 |
| 0.501 | 4.0 | 6136 | 0.5167 | 0.6039 |
| 0.4713 | 5.0 | 7670 | 0.5168 | 0.6200 |
| 0.4434 | 6.0 | 9204 | 0.5232 | 0.6164 |
| 0.4186 | 7.0 | 10738 | 0.5385 | 0.6255 |
| 0.3979 | 8.0 | 12272 | 0.5378 | 0.6225 |
| 0.3814 | 9.0 | 13806 | 0.5485 | 0.6098 |