nyu-mll/glue
Viewer • Updated • 1.49M • 428k • 523
How to use gokuls/mobilebert_sa_GLUE_Experiment_qqp_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_qqp_256") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/mobilebert_sa_GLUE_Experiment_qqp_256")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/mobilebert_sa_GLUE_Experiment_qqp_256", device_map="auto")This model is a fine-tuned version of google/mobilebert-uncased on the GLUE QQP 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 | F1 | Combined Score |
|---|---|---|---|---|---|---|
| 0.526 | 1.0 | 2843 | 0.5088 | 0.7492 | 0.6674 | 0.7083 |
| 0.4762 | 2.0 | 5686 | 0.4782 | 0.7695 | 0.6583 | 0.7139 |
| 0.4438 | 3.0 | 8529 | 0.4532 | 0.7847 | 0.6829 | 0.7338 |
| 0.4161 | 4.0 | 11372 | 0.4602 | 0.7869 | 0.7135 | 0.7502 |
| 0.3968 | 5.0 | 14215 | 0.4395 | 0.7955 | 0.7212 | 0.7583 |
| 0.3815 | 6.0 | 17058 | 0.4392 | 0.7985 | 0.7190 | 0.7587 |
| 0.3659 | 7.0 | 19901 | 0.4349 | 0.7976 | 0.7297 | 0.7637 |
| 0.352 | 8.0 | 22744 | 0.4419 | 0.8005 | 0.7300 | 0.7652 |
| 0.3399 | 9.0 | 25587 | 0.4454 | 0.7998 | 0.7317 | 0.7658 |
| 0.327 | 10.0 | 28430 | 0.4614 | 0.7995 | 0.7359 | 0.7677 |
| 0.3157 | 11.0 | 31273 | 0.4733 | 0.8000 | 0.7246 | 0.7623 |
| 0.3041 | 12.0 | 34116 | 0.4738 | 0.8041 | 0.7283 | 0.7662 |