nyu-mll/glue
Viewer • Updated • 1.49M • 454k • 525
How to use gokuls/distilbert_sa_GLUE_Experiment_data_aug_cola_384 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_384") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_cola_384")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_cola_384", 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.5179 | 1.0 | 835 | 0.7008 | 0.1207 |
| 0.3641 | 2.0 | 1670 | 0.9121 | 0.1063 |
| 0.2641 | 3.0 | 2505 | 1.0415 | 0.0951 |
| 0.1963 | 4.0 | 3340 | 1.2167 | 0.1072 |
| 0.1519 | 5.0 | 4175 | 1.3170 | 0.1162 |
| 0.1191 | 6.0 | 5010 | 1.4385 | 0.1118 |