nyu-mll/glue
Viewer • Updated • 1.49M • 492k • 498
How to use gokuls/distilbert_sa_GLUE_Experiment_data_aug_sst2 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_sst2") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_sst2")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_sst2")This model is a fine-tuned version of distilbert-base-uncased on the GLUE SST2 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 | Accuracy |
|---|---|---|---|---|
| 0.3214 | 1.0 | 4374 | 0.6218 | 0.7775 |
| 0.1833 | 2.0 | 8748 | 0.7939 | 0.7695 |
| 0.1228 | 3.0 | 13122 | 0.8713 | 0.7706 |
| 0.0916 | 4.0 | 17496 | 1.1167 | 0.7638 |
| 0.0733 | 5.0 | 21870 | 1.3167 | 0.7695 |
| 0.0613 | 6.0 | 26244 | 1.1949 | 0.7592 |