nyu-mll/glue
Viewer • Updated • 1.49M • 447k • 525
How to use gokuls/distilbert_sa_GLUE_Experiment_logit_kd_data_aug_mnli with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/distilbert_sa_GLUE_Experiment_logit_kd_data_aug_mnli") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_logit_kd_data_aug_mnli")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_logit_kd_data_aug_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.4734 | 1.0 | 31440 | 0.5068 | 0.6496 |
| 0.3743 | 2.0 | 62880 | 0.5281 | 0.6379 |
| 0.3454 | 3.0 | 94320 | 0.5361 | 0.6354 |
| 0.3333 | 4.0 | 125760 | 0.5399 | 0.6350 |
| 0.3265 | 5.0 | 157200 | 0.5409 | 0.6379 |
| 0.3219 | 6.0 | 188640 | 0.5377 | 0.6413 |