nyu-mll/glue
Viewer • Updated • 1.49M • 437k • 524
How to use gokuls/distilbert_add_GLUE_Experiment_logit_kd_rte 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_rte") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_logit_kd_rte")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_logit_kd_rte", device_map="auto")This model is a fine-tuned version of distilbert-base-uncased on the GLUE RTE 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.4684 | 1.0 | 10 | 0.4310 | 0.4729 |
| 0.4214 | 2.0 | 20 | 0.4342 | 0.4729 |
| 0.4216 | 3.0 | 30 | 0.4264 | 0.4729 |
| 0.4197 | 4.0 | 40 | 0.4311 | 0.4729 |
| 0.425 | 5.0 | 50 | 0.4297 | 0.4729 |
| 0.4192 | 6.0 | 60 | 0.4260 | 0.4729 |
| 0.4182 | 7.0 | 70 | 0.4243 | 0.4729 |
| 0.4184 | 8.0 | 80 | 0.4246 | 0.4729 |
| 0.4201 | 9.0 | 90 | 0.4240 | 0.4729 |
| 0.417 | 10.0 | 100 | 0.4259 | 0.4729 |
| 0.419 | 11.0 | 110 | 0.4269 | 0.4729 |
| 0.4165 | 12.0 | 120 | 0.4249 | 0.4729 |
| 0.4116 | 13.0 | 130 | 0.4229 | 0.4729 |
| 0.3924 | 14.0 | 140 | 0.4916 | 0.4729 |
| 0.3783 | 15.0 | 150 | 0.4539 | 0.4874 |
| 0.3384 | 16.0 | 160 | 0.4581 | 0.4982 |
| 0.3202 | 17.0 | 170 | 0.5284 | 0.4765 |
| 0.3054 | 18.0 | 180 | 0.4884 | 0.5162 |