nyu-mll/glue
Viewer • Updated • 1.49M • 429k • 523
How to use gokuls/mobilebert_sa_GLUE_Experiment_mnli with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/mobilebert_sa_GLUE_Experiment_mnli") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/mobilebert_sa_GLUE_Experiment_mnli")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/mobilebert_sa_GLUE_Experiment_mnli", device_map="auto")This model is a fine-tuned version of google/mobilebert-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.9907 | 1.0 | 3068 | 0.9408 | 0.5485 |
| 0.9094 | 2.0 | 6136 | 0.9065 | 0.5819 |
| 0.8828 | 3.0 | 9204 | 0.8969 | 0.5874 |
| 0.8627 | 4.0 | 12272 | 0.8821 | 0.5967 |
| 0.8429 | 5.0 | 15340 | 0.8743 | 0.6003 |
| 0.8207 | 6.0 | 18408 | 0.8663 | 0.6077 |
| 0.7989 | 7.0 | 21476 | 0.8665 | 0.6100 |
| 0.7789 | 8.0 | 24544 | 0.8751 | 0.6096 |
| 0.7603 | 9.0 | 27612 | 0.8620 | 0.6139 |
| 0.7425 | 10.0 | 30680 | 0.8813 | 0.6095 |
| 0.7238 | 11.0 | 33748 | 0.8913 | 0.6142 |
| 0.7063 | 12.0 | 36816 | 0.9026 | 0.6056 |
| 0.6891 | 13.0 | 39884 | 0.9267 | 0.5976 |
| 0.6721 | 14.0 | 42952 | 0.9072 | 0.6105 |