nyu-mll/glue
Viewer • Updated • 1.49M • 452k • 525
How to use gokuls/mobilebert_sa_GLUE_Experiment_logit_kd_data_aug_qnli with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/mobilebert_sa_GLUE_Experiment_logit_kd_data_aug_qnli") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/mobilebert_sa_GLUE_Experiment_logit_kd_data_aug_qnli")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/mobilebert_sa_GLUE_Experiment_logit_kd_data_aug_qnli", device_map="auto")This model is a fine-tuned version of google/mobilebert-uncased on the GLUE QNLI 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.6899 | 1.0 | 33208 | 1.1420 | 0.5923 |
| 0.498 | 2.0 | 66416 | 1.2196 | 0.5944 |
| 0.4209 | 3.0 | 99624 | 1.2370 | 0.5977 |
| 0.3746 | 4.0 | 132832 | 1.2784 | 0.5973 |
| 0.3449 | 5.0 | 166040 | 1.2649 | 0.5938 |
| 0.3238 | 6.0 | 199248 | 1.1662 | 0.6114 |