nyu-mll/glue
Viewer • Updated • 1.49M • 429k • 523
How to use gokuls/distilbert_add_GLUE_Experiment_cola_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_cola_192") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_cola_192")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_cola_192", 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.6141 | 1.0 | 34 | 0.6201 | 0.0 |
| 0.6079 | 2.0 | 68 | 0.6185 | 0.0 |
| 0.6072 | 3.0 | 102 | 0.6184 | 0.0 |
| 0.6083 | 4.0 | 136 | 0.6193 | 0.0 |
| 0.6075 | 5.0 | 170 | 0.6182 | 0.0 |
| 0.607 | 6.0 | 204 | 0.6185 | 0.0 |
| 0.6082 | 7.0 | 238 | 0.6182 | 0.0 |
| 0.6085 | 8.0 | 272 | 0.6185 | 0.0 |
| 0.608 | 9.0 | 306 | 0.6202 | 0.0 |
| 0.6084 | 10.0 | 340 | 0.6189 | 0.0 |
| 0.6078 | 11.0 | 374 | 0.6189 | 0.0 |
| 0.6072 | 12.0 | 408 | 0.6186 | 0.0 |