nyu-mll/glue
Viewer • Updated • 1.49M • 429k • 523
How to use gokuls/distilbert_sa_GLUE_Experiment_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_cola") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_cola")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_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.6207 | 1.0 | 34 | 0.6165 | 0.0 |
| 0.6034 | 2.0 | 68 | 0.6150 | -0.0293 |
| 0.5759 | 3.0 | 102 | 0.6505 | -0.0293 |
| 0.5443 | 4.0 | 136 | 0.6320 | 0.0549 |
| 0.4957 | 5.0 | 170 | 0.6662 | 0.1327 |
| 0.4623 | 6.0 | 204 | 0.7247 | 0.0675 |
| 0.4249 | 7.0 | 238 | 0.7533 | 0.0972 |