nyu-mll/glue
Viewer • Updated • 1.49M • 434k • 523
How to use gokuls/distilbert_sa_GLUE_Experiment_data_aug_cola_96 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_96") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_cola_96")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_cola_96", 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.5845 | 1.0 | 835 | 0.6274 | 0.1072 |
| 0.4862 | 2.0 | 1670 | 0.6843 | 0.1085 |
| 0.4221 | 3.0 | 2505 | 0.7307 | 0.0681 |
| 0.3829 | 4.0 | 3340 | 0.7969 | 0.1046 |
| 0.3557 | 5.0 | 4175 | 0.8648 | 0.0959 |
| 0.3328 | 6.0 | 5010 | 0.8932 | 0.0792 |