nyu-mll/glue
Viewer • Updated • 1.49M • 428k • 523
How to use gokuls/mobilebert_sa_GLUE_Experiment_data_aug_mnli_256 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/mobilebert_sa_GLUE_Experiment_data_aug_mnli_256") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/mobilebert_sa_GLUE_Experiment_data_aug_mnli_256")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/mobilebert_sa_GLUE_Experiment_data_aug_mnli_256", 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.8576 | 1.0 | 62880 | 0.8695 | 0.6149 |
| 0.7038 | 2.0 | 125760 | 0.9329 | 0.6064 |
| 0.5903 | 3.0 | 188640 | 1.0482 | 0.6056 |
| 0.4948 | 4.0 | 251520 | 1.1219 | 0.6020 |
| 0.4117 | 5.0 | 314400 | 1.2323 | 0.5938 |
| 0.3364 | 6.0 | 377280 | 1.2683 | 0.5877 |