nyu-mll/glue
Viewer • Updated • 1.49M • 443k • 524
How to use gokuls/distilbert_sa_GLUE_Experiment_logit_kd_data_aug_rte 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_data_aug_rte") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_logit_kd_data_aug_rte")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_logit_kd_data_aug_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.3193 | 1.0 | 568 | 0.5516 | 0.5018 |
| 0.285 | 2.0 | 1136 | 0.5504 | 0.4910 |
| 0.282 | 3.0 | 1704 | 0.5442 | 0.5271 |
| 0.2804 | 4.0 | 2272 | 0.5491 | 0.5126 |
| 0.2794 | 5.0 | 2840 | 0.5582 | 0.5379 |
| 0.279 | 6.0 | 3408 | 0.5391 | 0.5523 |
| 0.2786 | 7.0 | 3976 | 0.5446 | 0.5126 |
| 0.2784 | 8.0 | 4544 | 0.5440 | 0.5271 |
| 0.2782 | 9.0 | 5112 | 0.5522 | 0.5090 |
| 0.2781 | 10.0 | 5680 | 0.5519 | 0.5271 |
| 0.278 | 11.0 | 6248 | 0.5595 | 0.5054 |