nyu-mll/glue
Viewer • Updated • 1.49M • 428k • 523
How to use gokuls/mobilebert_add_GLUE_Experiment_wnli_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_wnli_128") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/mobilebert_add_GLUE_Experiment_wnli_128")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/mobilebert_add_GLUE_Experiment_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.6936 | 1.0 | 5 | 0.6912 | 0.5634 |
| 0.6932 | 2.0 | 10 | 0.6918 | 0.5634 |
| 0.6931 | 3.0 | 15 | 0.6920 | 0.5634 |
| 0.693 | 4.0 | 20 | 0.6916 | 0.5634 |
| 0.693 | 5.0 | 25 | 0.6912 | 0.5634 |
| 0.693 | 6.0 | 30 | 0.6911 | 0.5634 |
| 0.693 | 7.0 | 35 | 0.6908 | 0.5634 |
| 0.693 | 8.0 | 40 | 0.6911 | 0.5634 |
| 0.6931 | 9.0 | 45 | 0.6908 | 0.5634 |
| 0.693 | 10.0 | 50 | 0.6911 | 0.5634 |
| 0.693 | 11.0 | 55 | 0.6916 | 0.5634 |
| 0.693 | 12.0 | 60 | 0.6916 | 0.5634 |
| 0.693 | 13.0 | 65 | 0.6917 | 0.5634 |
| 0.6929 | 14.0 | 70 | 0.6918 | 0.5634 |