nyu-mll/glue
Viewer • Updated • 1.49M • 428k • 523
How to use gokuls/distilbert_add_GLUE_Experiment_mrpc_96 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/distilbert_add_GLUE_Experiment_mrpc_96") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_mrpc_96")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_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.6686 | 1.0 | 15 | 0.6467 | 0.6838 | 0.8122 | 0.7480 |
| 0.6433 | 2.0 | 30 | 0.6372 | 0.6838 | 0.8122 | 0.7480 |
| 0.6378 | 3.0 | 45 | 0.6319 | 0.6838 | 0.8122 | 0.7480 |
| 0.6344 | 4.0 | 60 | 0.6284 | 0.6838 | 0.8122 | 0.7480 |
| 0.6343 | 5.0 | 75 | 0.6266 | 0.6838 | 0.8122 | 0.7480 |
| 0.6299 | 6.0 | 90 | 0.6252 | 0.6838 | 0.8122 | 0.7480 |
| 0.6335 | 7.0 | 105 | 0.6247 | 0.6838 | 0.8122 | 0.7480 |
| 0.6308 | 8.0 | 120 | 0.6243 | 0.6838 | 0.8122 | 0.7480 |
| 0.6306 | 9.0 | 135 | 0.6243 | 0.6838 | 0.8122 | 0.7480 |
| 0.6302 | 10.0 | 150 | 0.6241 | 0.6838 | 0.8122 | 0.7480 |
| 0.6296 | 11.0 | 165 | 0.6241 | 0.6838 | 0.8122 | 0.7480 |
| 0.6305 | 12.0 | 180 | 0.6239 | 0.6838 | 0.8122 | 0.7480 |
| 0.634 | 13.0 | 195 | 0.6242 | 0.6838 | 0.8122 | 0.7480 |
| 0.63 | 14.0 | 210 | 0.6243 | 0.6838 | 0.8122 | 0.7480 |
| 0.6314 | 15.0 | 225 | 0.6242 | 0.6838 | 0.8122 | 0.7480 |
| 0.6286 | 16.0 | 240 | 0.6239 | 0.6838 | 0.8122 | 0.7480 |
| 0.6326 | 17.0 | 255 | 0.6242 | 0.6838 | 0.8122 | 0.7480 |