nyu-mll/glue
Viewer • Updated • 1.49M • 428k • 523
How to use gokuls/distilbert_add_GLUE_Experiment_mnli_256 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/distilbert_add_GLUE_Experiment_mnli_256") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_mnli_256")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_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 |
|---|---|---|---|---|
| 1.0905 | 1.0 | 1534 | 1.0415 | 0.4633 |
| 1.0344 | 2.0 | 3068 | 1.0571 | 0.4569 |
| 1.0137 | 3.0 | 4602 | 1.0080 | 0.4888 |
| 0.9902 | 4.0 | 6136 | 0.9876 | 0.5090 |
| 0.9733 | 5.0 | 7670 | 0.9744 | 0.5134 |
| 0.9596 | 6.0 | 9204 | 0.9726 | 0.5138 |
| 0.9484 | 7.0 | 10738 | 0.9684 | 0.5233 |
| 0.938 | 8.0 | 12272 | 0.9715 | 0.5150 |
| 0.9279 | 9.0 | 13806 | 0.9707 | 0.5237 |
| 0.9188 | 10.0 | 15340 | 0.9580 | 0.5319 |
| 0.9102 | 11.0 | 16874 | 0.9561 | 0.5396 |
| 0.9011 | 12.0 | 18408 | 0.9594 | 0.5368 |
| 0.893 | 13.0 | 19942 | 0.9641 | 0.5345 |
| 0.8845 | 14.0 | 21476 | 0.9671 | 0.5367 |
| 0.8751 | 15.0 | 23010 | 0.9553 | 0.5388 |
| 0.8662 | 16.0 | 24544 | 0.9601 | 0.5447 |
| 0.8573 | 17.0 | 26078 | 0.9519 | 0.5473 |
| 0.849 | 18.0 | 27612 | 0.9814 | 0.5410 |
| 0.8404 | 19.0 | 29146 | 0.9733 | 0.5464 |
| 0.832 | 20.0 | 30680 | 0.9671 | 0.5492 |
| 0.8233 | 21.0 | 32214 | 0.9864 | 0.5509 |
| 0.8144 | 22.0 | 33748 | 0.9925 | 0.5536 |