nyu-mll/glue
Viewer • Updated • 1.49M • 444k • 524
How to use gokuls/distilbert_sa_GLUE_Experiment_data_aug_mnli_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_mnli_96") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_mnli_96")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_sa_GLUE_Experiment_data_aug_mnli_96", 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.9142 | 1.0 | 31440 | 0.9328 | 0.5686 |
| 0.8099 | 2.0 | 62880 | 0.9523 | 0.5752 |
| 0.7371 | 3.0 | 94320 | 1.0072 | 0.5737 |
| 0.6756 | 4.0 | 125760 | 1.0606 | 0.5750 |
| 0.6229 | 5.0 | 157200 | 1.1116 | 0.5739 |
| 0.5784 | 6.0 | 188640 | 1.1396 | 0.5795 |