nyu-mll/glue
Viewer • Updated • 1.49M • 442k • 524
How to use gokuls/distilbert_sa_GLUE_Experiment_data_aug_sst2_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_sst2_96") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_sst2_96")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_sst2_96", device_map="auto")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.3811 | 1.0 | 4374 | 0.4855 | 0.8005 |
| 0.2999 | 2.0 | 8748 | 0.5732 | 0.7890 |
| 0.2675 | 3.0 | 13122 | 0.6208 | 0.7787 |
| 0.2408 | 4.0 | 17496 | 0.6883 | 0.7798 |
| 0.2194 | 5.0 | 21870 | 0.7810 | 0.7798 |
| 0.2022 | 6.0 | 26244 | 0.7588 | 0.7592 |