nyu-mll/glue
Viewer • Updated • 1.49M • 488k • 503
How to use gokulsrinivasagan/distilbert_base_train_mnli with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokulsrinivasagan/distilbert_base_train_mnli") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokulsrinivasagan/distilbert_base_train_mnli")
model = AutoModelForSequenceClassification.from_pretrained("gokulsrinivasagan/distilbert_base_train_mnli")This model is a fine-tuned version of gokulsrinivasagan/distilbert_base_train 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.9464 | 1.0 | 1534 | 0.8279 | 0.6259 |
| 0.7887 | 2.0 | 3068 | 0.7683 | 0.6624 |
| 0.6959 | 3.0 | 4602 | 0.7424 | 0.6854 |
| 0.6184 | 4.0 | 6136 | 0.7529 | 0.6899 |
| 0.5414 | 5.0 | 7670 | 0.7874 | 0.6879 |
| 0.4648 | 6.0 | 9204 | 0.8281 | 0.6882 |
| 0.3943 | 7.0 | 10738 | 0.9039 | 0.6865 |
| 0.3321 | 8.0 | 12272 | 1.0392 | 0.6811 |
Base model
distilbert/distilbert-base-uncased