nyu-mll/glue
Viewer • Updated • 1.49M • 487k • 498
How to use gokuls/mobilebert_sa_GLUE_Experiment_data_aug_cola_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_data_aug_cola_128") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/mobilebert_sa_GLUE_Experiment_data_aug_cola_128")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/mobilebert_sa_GLUE_Experiment_data_aug_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.5456 | 1.0 | 1669 | 0.6624 | 0.0618 |
| 0.4572 | 2.0 | 3338 | 0.7774 | 0.0514 |
| 0.419 | 3.0 | 5007 | 0.8469 | 0.0931 |
| 0.3649 | 4.0 | 6676 | 0.8748 | 0.1011 |
| 0.3117 | 5.0 | 8345 | 1.0732 | 0.0824 |
| 0.2698 | 6.0 | 10014 | 1.2173 | 0.0618 |