nyu-mll/glue
Viewer • Updated • 1.49M • 452k • 525
How to use gokuls/distilbert_add_GLUE_Experiment_logit_kd_mrpc_192 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_mrpc_192") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_logit_kd_mrpc_192")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_logit_kd_mrpc_192", 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.533 | 1.0 | 15 | 0.5294 | 0.3162 | 0.0 | 0.1581 |
| 0.5306 | 2.0 | 30 | 0.5293 | 0.3162 | 0.0 | 0.1581 |
| 0.5302 | 3.0 | 45 | 0.5301 | 0.3162 | 0.0 | 0.1581 |
| 0.5287 | 4.0 | 60 | 0.5291 | 0.3162 | 0.0 | 0.1581 |
| 0.5281 | 5.0 | 75 | 0.5293 | 0.3162 | 0.0 | 0.1581 |
| 0.5288 | 6.0 | 90 | 0.5294 | 0.3162 | 0.0 | 0.1581 |
| 0.5269 | 7.0 | 105 | 0.5291 | 0.3162 | 0.0 | 0.1581 |
| 0.5288 | 8.0 | 120 | 0.5293 | 0.3162 | 0.0 | 0.1581 |
| 0.5285 | 9.0 | 135 | 0.5292 | 0.3162 | 0.0 | 0.1581 |