nyu-mll/glue
Viewer • Updated • 1.49M • 452k • 525
How to use gokuls/distilbert_sa_GLUE_Experiment_logit_kd_cola 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_cola") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_logit_kd_cola")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_logit_kd_cola", device_map="auto")This model is a fine-tuned version of distilbert-base-uncased on the GLUE COLA 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 | Matthews Correlation |
|---|---|---|---|---|
| 0.814 | 1.0 | 34 | 0.6851 | 0.0 |
| 0.7923 | 2.0 | 68 | 0.6741 | -0.0207 |
| 0.7521 | 3.0 | 102 | 0.7281 | 0.0931 |
| 0.6713 | 4.0 | 136 | 0.6815 | 0.0434 |
| 0.6052 | 5.0 | 170 | 0.7829 | 0.1374 |
| 0.5654 | 6.0 | 204 | 0.7213 | 0.1027 |
| 0.5296 | 7.0 | 238 | 0.8135 | 0.0702 |