nyu-mll/glue
Viewer • Updated • 1.49M • 445k • 524
How to use gokuls/distilbert_sa_GLUE_Experiment_logit_kd_mrpc 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_mrpc") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_logit_kd_mrpc")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_logit_kd_mrpc", 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.58 | 1.0 | 15 | 0.5281 | 0.3162 | 0.0 | 0.1581 |
| 0.5287 | 2.0 | 30 | 0.5289 | 0.3162 | 0.0 | 0.1581 |
| 0.521 | 3.0 | 45 | 0.5320 | 0.4681 | 0.4274 | 0.4478 |
| 0.5132 | 4.0 | 60 | 0.5187 | 0.3309 | 0.0683 | 0.1996 |
| 0.4907 | 5.0 | 75 | 0.5305 | 0.3578 | 0.1603 | 0.2590 |
| 0.463 | 6.0 | 90 | 0.5478 | 0.3456 | 0.1130 | 0.2293 |
| 0.4338 | 7.0 | 105 | 0.5700 | 0.4877 | 0.4736 | 0.4806 |
| 0.4246 | 8.0 | 120 | 0.6097 | 0.4902 | 0.4927 | 0.4914 |
| 0.4162 | 9.0 | 135 | 0.5776 | 0.5515 | 0.6030 | 0.5773 |