nyu-mll/glue
Viewer • Updated • 1.49M • 487k • 498
How to use gokuls/mobilebert_sa_GLUE_Experiment_qqp 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") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/mobilebert_sa_GLUE_Experiment_qqp")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/mobilebert_sa_GLUE_Experiment_qqp")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.5237 | 1.0 | 2843 | 0.5087 | 0.7472 | 0.6697 | 0.7085 |
| 0.4614 | 2.0 | 5686 | 0.4697 | 0.7754 | 0.6746 | 0.7250 |
| 0.4287 | 3.0 | 8529 | 0.4508 | 0.7853 | 0.6893 | 0.7373 |
| 0.4089 | 4.0 | 11372 | 0.4493 | 0.7925 | 0.7151 | 0.7538 |
| 0.3904 | 5.0 | 14215 | 0.4361 | 0.7984 | 0.7222 | 0.7603 |
| 0.3752 | 6.0 | 17058 | 0.4332 | 0.8023 | 0.7215 | 0.7619 |
| 0.3592 | 7.0 | 19901 | 0.4287 | 0.8007 | 0.7301 | 0.7654 |
| 0.3458 | 8.0 | 22744 | 0.4337 | 0.8005 | 0.7324 | 0.7664 |
| 0.3326 | 9.0 | 25587 | 0.4340 | 0.8006 | 0.7362 | 0.7684 |
| 0.3201 | 10.0 | 28430 | 0.4464 | 0.8028 | 0.7417 | 0.7722 |
| 0.3092 | 11.0 | 31273 | 0.4615 | 0.8037 | 0.7196 | 0.7617 |
| 0.2984 | 12.0 | 34116 | 0.4763 | 0.8047 | 0.7326 | 0.7687 |