nyu-mll/glue
Viewer • Updated • 1.49M • 484k • 500
How to use gokuls/mobilebert_sa_GLUE_Experiment_data_aug_rte_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_rte_128") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/mobilebert_sa_GLUE_Experiment_data_aug_rte_128")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/mobilebert_sa_GLUE_Experiment_data_aug_rte_128")This model is a fine-tuned version of google/mobilebert-uncased on the GLUE RTE 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.2565 | 1.0 | 1136 | 2.4009 | 0.4693 |
| 0.0479 | 2.0 | 2272 | 4.5560 | 0.4801 |
| 0.0277 | 3.0 | 3408 | 3.9412 | 0.4946 |
| 0.0162 | 4.0 | 4544 | 5.7917 | 0.4910 |
| 0.0107 | 5.0 | 5680 | 5.5483 | 0.4946 |
| 0.0089 | 6.0 | 6816 | 9.5227 | 0.4946 |