nyu-mll/glue
Viewer • Updated • 1.49M • 492k • 498
How to use gokuls/distilbert_add_GLUE_Experiment_mnli 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") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_mnli")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/distilbert_add_GLUE_Experiment_mnli")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.0947 | 1.0 | 1534 | 1.0842 | 0.3763 |
| 1.0512 | 2.0 | 3068 | 1.0320 | 0.4501 |
| 0.9934 | 3.0 | 4602 | 0.9839 | 0.4935 |
| 0.9689 | 4.0 | 6136 | 0.9703 | 0.4942 |
| 0.953 | 5.0 | 7670 | 0.9731 | 0.5038 |
| 0.9377 | 6.0 | 9204 | 0.9563 | 0.5152 |
| 0.9191 | 7.0 | 10738 | 0.9544 | 0.5311 |
| 0.9014 | 8.0 | 12272 | 0.9629 | 0.5164 |
| 0.883 | 9.0 | 13806 | 0.9817 | 0.5301 |
| 0.865 | 10.0 | 15340 | 0.9691 | 0.5209 |
| 0.8452 | 11.0 | 16874 | 0.9606 | 0.5456 |
| 0.8227 | 12.0 | 18408 | 0.9846 | 0.5341 |