nyu-mll/glue
Viewer • Updated • 1.49M • 481k • 501
How to use gokuls/mobilebert_sa_GLUE_Experiment_data_aug_mnli_128 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_128") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/mobilebert_sa_GLUE_Experiment_data_aug_mnli_128")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/mobilebert_sa_GLUE_Experiment_data_aug_mnli_128")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.8664 | 1.0 | 62880 | 0.8856 | 0.5992 |
| 0.7181 | 2.0 | 125760 | 0.9450 | 0.6005 |
| 0.6088 | 3.0 | 188640 | 1.0020 | 0.6026 |
| 0.5177 | 4.0 | 251520 | 1.1003 | 0.5945 |
| 0.4423 | 5.0 | 314400 | 1.2074 | 0.5819 |
| 0.3779 | 6.0 | 377280 | 1.2316 | 0.5818 |