nyu-mll/glue
Viewer • Updated • 1.49M • 452k • 525
How to use gokuls/distilbert_sa_GLUE_Experiment_data_aug_mnli_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_mnli_256") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_mnli_256")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_mnli_256", device_map="auto")This model is a fine-tuned version of distilbert-base-uncased on the GLUE MNLI 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.8422 | 1.0 | 31440 | 0.8745 | 0.6251 |
| 0.6282 | 2.0 | 62880 | 0.9860 | 0.6196 |
| 0.4742 | 3.0 | 94320 | 1.1424 | 0.6179 |
| 0.3681 | 4.0 | 125760 | 1.2533 | 0.6088 |
| 0.2949 | 5.0 | 157200 | 1.3283 | 0.6047 |
| 0.2419 | 6.0 | 188640 | 1.4065 | 0.6065 |