nyu-mll/glue
Viewer • Updated • 1.49M • 481k • 501
How to use gokuls/mobilebert_add_GLUE_Experiment_wnli_256 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_256") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/mobilebert_add_GLUE_Experiment_wnli_256")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/mobilebert_add_GLUE_Experiment_wnli_256")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.6944 | 1.0 | 5 | 0.6900 | 0.5634 |
| 0.6936 | 2.0 | 10 | 0.6921 | 0.5634 |
| 0.6933 | 3.0 | 15 | 0.6930 | 0.5634 |
| 0.693 | 4.0 | 20 | 0.6920 | 0.5634 |
| 0.693 | 5.0 | 25 | 0.6910 | 0.5634 |
| 0.6931 | 6.0 | 30 | 0.6908 | 0.5634 |