nyu-mll/glue
Viewer • Updated • 1.49M • 446k • 525
How to use gokuls/mobilebert_add_GLUE_Experiment_logit_kd_qqp_256 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/mobilebert_add_GLUE_Experiment_logit_kd_qqp_256") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/mobilebert_add_GLUE_Experiment_logit_kd_qqp_256")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/mobilebert_add_GLUE_Experiment_logit_kd_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 |
|---|---|---|---|---|---|---|
| 1.2838 | 1.0 | 2843 | 1.2200 | 0.6318 | 0.0 | 0.3159 |
| 1.0184 | 2.0 | 5686 | 0.8422 | 0.7473 | 0.5924 | 0.6698 |
| 0.8633 | 3.0 | 8529 | 0.8232 | 0.7520 | 0.5963 | 0.6742 |
| 0.834 | 4.0 | 11372 | 0.8193 | 0.7563 | 0.6271 | 0.6917 |
| 0.812 | 5.0 | 14215 | 0.8027 | 0.7596 | 0.6364 | 0.6980 |
| 0.7871 | 6.0 | 17058 | nan | 0.6318 | 0.0 | 0.3159 |
| 0.0 | 7.0 | 19901 | nan | 0.6318 | 0.0 | 0.3159 |
| 0.0 | 8.0 | 22744 | nan | 0.6318 | 0.0 | 0.3159 |
| 0.0 | 9.0 | 25587 | nan | 0.6318 | 0.0 | 0.3159 |
| 0.0 | 10.0 | 28430 | nan | 0.6318 | 0.0 | 0.3159 |