nyu-mll/glue
Viewer • Updated • 1.49M • 452k • 525
How to use gokuls/distilbert_sa_GLUE_Experiment_logit_kd_data_aug_mrpc_96 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_mrpc_96") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_logit_kd_data_aug_mrpc_96")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_logit_kd_data_aug_mrpc_96", device_map="auto")This model is a fine-tuned version of distilbert-base-uncased on the GLUE MRPC 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 | F1 | Combined Score |
|---|---|---|---|---|---|---|
| 0.4718 | 1.0 | 980 | 0.4083 | 0.875 | 0.8998 | 0.8874 |
| 0.4239 | 2.0 | 1960 | 0.3986 | 0.9902 | 0.9928 | 0.9915 |
| 0.4182 | 3.0 | 2940 | 0.3981 | 0.9877 | 0.9910 | 0.9894 |
| 0.4155 | 4.0 | 3920 | 0.3975 | 0.9828 | 0.9873 | 0.9851 |
| 0.4146 | 5.0 | 4900 | 0.3969 | 0.9902 | 0.9928 | 0.9915 |
| 0.4136 | 6.0 | 5880 | 0.3970 | 0.9853 | 0.9891 | 0.9872 |
| 0.4131 | 7.0 | 6860 | 0.3970 | 0.9926 | 0.9946 | 0.9936 |
| 0.4127 | 8.0 | 7840 | 0.3968 | 1.0 | 1.0 | 1.0 |
| 0.4123 | 9.0 | 8820 | 0.3970 | 1.0 | 1.0 | 1.0 |
| 0.412 | 10.0 | 9800 | 0.3969 | 1.0 | 1.0 | 1.0 |
| 0.4119 | 11.0 | 10780 | 0.3969 | 0.9926 | 0.9946 | 0.9936 |
| 0.4116 | 12.0 | 11760 | 0.3968 | 0.9902 | 0.9928 | 0.9915 |
| 0.4116 | 13.0 | 12740 | 0.3968 | 0.9951 | 0.9964 | 0.9958 |