nyu-mll/glue
Viewer • Updated • 1.49M • 441k • 525
How to use gokuls/mobilebert_sa_GLUE_Experiment_data_aug_wnli_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_wnli_128") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/mobilebert_sa_GLUE_Experiment_data_aug_wnli_128")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/mobilebert_sa_GLUE_Experiment_data_aug_wnli_128", device_map="auto")This model is a fine-tuned version of google/mobilebert-uncased on the GLUE WNLI 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.6679 | 1.0 | 435 | 1.9522 | 0.1408 |
| 0.4943 | 2.0 | 870 | 3.6522 | 0.1127 |
| 0.4405 | 3.0 | 1305 | 4.5118 | 0.1268 |
| 0.4086 | 4.0 | 1740 | 6.0437 | 0.1127 |
| 0.3818 | 5.0 | 2175 | 9.5931 | 0.1127 |
| 0.3492 | 6.0 | 2610 | 6.9665 | 0.1408 |