nyu-mll/glue
Viewer • Updated • 1.49M • 442k • 523
How to use gokuls/distilbert_sa_GLUE_Experiment_data_aug_cola_256 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_256") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_cola_256")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_cola_256", 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.5384 | 1.0 | 835 | 0.6572 | 0.0849 |
| 0.409 | 2.0 | 1670 | 0.7809 | 0.1141 |
| 0.3334 | 3.0 | 2505 | 0.9039 | 0.1089 |
| 0.2753 | 4.0 | 3340 | 1.0123 | 0.1388 |
| 0.23 | 5.0 | 4175 | 1.1064 | 0.1382 |
| 0.1927 | 6.0 | 5010 | 1.2698 | 0.1158 |