nyu-mll/glue
Viewer • Updated • 1.49M • 470k • 497
How to use gokuls/mobilebert_sa_GLUE_Experiment_data_aug_sst2 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_sst2") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/mobilebert_sa_GLUE_Experiment_data_aug_sst2")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/mobilebert_sa_GLUE_Experiment_data_aug_sst2")This model is a fine-tuned version of google/mobilebert-uncased on the GLUE SST2 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 |
|---|---|---|---|---|
| 0.3509 | 1.0 | 8748 | 0.5408 | 0.7901 |
| 0.2706 | 2.0 | 17496 | 0.5891 | 0.7718 |
| 0.2265 | 3.0 | 26244 | 0.6881 | 0.7764 |
| 0.1947 | 4.0 | 34992 | 0.7266 | 0.7833 |
| 0.1708 | 5.0 | 43740 | 0.8411 | 0.7764 |
| 0.1526 | 6.0 | 52488 | 0.9321 | 0.7844 |