nyu-mll/glue
Viewer • Updated • 1.49M • 485k • 500
How to use gokuls/mobilebert_sa_GLUE_Experiment_mrpc_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_mrpc_128") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/mobilebert_sa_GLUE_Experiment_mrpc_128")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/mobilebert_sa_GLUE_Experiment_mrpc_128")This model is a fine-tuned version of google/mobilebert-uncased on the GLUE MRPC 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.6454 | 1.0 | 29 | 0.6241 | 0.6838 | 0.8122 | 0.7480 |
| 0.63 | 2.0 | 58 | 0.6239 | 0.6838 | 0.8122 | 0.7480 |
| 0.6312 | 3.0 | 87 | 0.6246 | 0.6838 | 0.8122 | 0.7480 |
| 0.6305 | 4.0 | 116 | 0.6247 | 0.6838 | 0.8122 | 0.7480 |
| 0.6295 | 5.0 | 145 | 0.6226 | 0.6838 | 0.8122 | 0.7480 |
| 0.6276 | 6.0 | 174 | 0.6220 | 0.6838 | 0.8122 | 0.7480 |
| 0.6261 | 7.0 | 203 | 0.6228 | 0.6838 | 0.8122 | 0.7480 |
| 0.6007 | 8.0 | 232 | 0.6695 | 0.6373 | 0.7508 | 0.6940 |
| 0.5159 | 9.0 | 261 | 0.6623 | 0.6985 | 0.7831 | 0.7408 |
| 0.4232 | 10.0 | 290 | 0.6507 | 0.6789 | 0.7681 | 0.7235 |
| 0.3418 | 11.0 | 319 | 0.8759 | 0.6740 | 0.7646 | 0.7193 |