nyu-mll/glue
Viewer • Updated • 1.49M • 428k • 523
How to use gokuls/mobilebert_add_GLUE_Experiment_logit_kd_qnli with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/mobilebert_add_GLUE_Experiment_logit_kd_qnli") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/mobilebert_add_GLUE_Experiment_logit_kd_qnli")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/mobilebert_add_GLUE_Experiment_logit_kd_qnli", device_map="auto")This model is a fine-tuned version of google/mobilebert-uncased on the GLUE QNLI 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 |
|---|---|---|---|---|
| 1.1397 | 1.0 | 819 | 1.0612 | 0.5054 |
| 1.1394 | 2.0 | 1638 | 1.0611 | 0.5054 |
| 1.1393 | 3.0 | 2457 | 1.0616 | 0.5054 |
| 1.1393 | 4.0 | 3276 | 1.0610 | 0.5054 |
| 1.1394 | 5.0 | 4095 | 1.0612 | 0.5054 |
| 1.1393 | 6.0 | 4914 | 1.0613 | 0.5054 |
| 1.1393 | 7.0 | 5733 | 1.0614 | 0.5054 |
| 1.1393 | 8.0 | 6552 | 1.0613 | 0.5054 |
| 1.1392 | 9.0 | 7371 | 1.0611 | 0.5054 |