nyu-mll/glue
Viewer • Updated • 1.49M • 447k • 525
How to use gokuls/distilbert_add_GLUE_Experiment_logit_kd_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_logit_kd_mrpc_96") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_logit_kd_mrpc_96")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_logit_kd_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.5436 | 1.0 | 15 | 0.5321 | 0.3162 | 0.0 | 0.1581 |
| 0.5318 | 2.0 | 30 | 0.5297 | 0.3162 | 0.0 | 0.1581 |
| 0.5299 | 3.0 | 45 | 0.5290 | 0.3162 | 0.0 | 0.1581 |
| 0.529 | 4.0 | 60 | 0.5293 | 0.3162 | 0.0 | 0.1581 |
| 0.5278 | 5.0 | 75 | 0.5290 | 0.3162 | 0.0 | 0.1581 |
| 0.5294 | 6.0 | 90 | 0.5291 | 0.3162 | 0.0 | 0.1581 |
| 0.5274 | 7.0 | 105 | 0.5292 | 0.3162 | 0.0 | 0.1581 |
| 0.5286 | 8.0 | 120 | 0.5290 | 0.3162 | 0.0 | 0.1581 |