nyu-mll/glue
Viewer • Updated • 1.49M • 480k • 498
How to use gokuls/mobilebert_add_GLUE_Experiment_cola_128 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/mobilebert_add_GLUE_Experiment_cola_128") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/mobilebert_add_GLUE_Experiment_cola_128")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/mobilebert_add_GLUE_Experiment_cola_128")This model is a fine-tuned version of google/mobilebert-uncased on the GLUE COLA 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 | Matthews Correlation |
|---|---|---|---|---|
| 0.617 | 1.0 | 67 | 0.6181 | 0.0 |
| 0.608 | 2.0 | 134 | 0.6181 | 0.0 |
| 0.6075 | 3.0 | 201 | 0.6183 | 0.0 |
| 0.6072 | 4.0 | 268 | 0.6177 | 0.0 |
| 0.6069 | 5.0 | 335 | 0.6185 | 0.0 |
| 0.606 | 6.0 | 402 | 0.6168 | 0.0 |
| 0.6014 | 7.0 | 469 | 0.6234 | 0.0 |
| 0.5947 | 8.0 | 536 | 0.6218 | 0.0 |
| 0.5858 | 9.0 | 603 | 0.6321 | 0.0 |
| 0.579 | 10.0 | 670 | 0.6177 | 0.0464 |
| 0.5762 | 11.0 | 737 | 0.6185 | 0.0464 |