nyu-mll/glue
Viewer • Updated • 1.49M • 437k • 524
How to use gokuls/distilbert_sa_GLUE_Experiment_data_aug_cola_192 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/distilbert_sa_GLUE_Experiment_data_aug_cola_192") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_cola_192")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_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.558 | 1.0 | 835 | 0.6791 | 0.0773 |
| 0.4341 | 2.0 | 1670 | 0.7597 | 0.0700 |
| 0.3665 | 3.0 | 2505 | 0.8224 | 0.0934 |
| 0.3213 | 4.0 | 3340 | 0.8997 | 0.1104 |
| 0.2851 | 5.0 | 4175 | 0.9737 | 0.0851 |
| 0.2544 | 6.0 | 5010 | 1.0495 | 0.1026 |