nyu-mll/glue
Viewer • Updated • 1.49M • 492k • 498
How to use gokuls/mobilebert_add_GLUE_Experiment_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_qnli") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("gokuls/mobilebert_add_GLUE_Experiment_qnli")
model = AutoModelForSequenceClassification.from_pretrained("gokuls/mobilebert_add_GLUE_Experiment_qnli")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 |
|---|---|---|---|---|
| 0.6934 | 1.0 | 819 | 0.6932 | 0.4939 |
| 0.6933 | 2.0 | 1638 | 0.6933 | 0.4946 |
| 0.6932 | 3.0 | 2457 | 0.6931 | 0.5054 |
| 0.6932 | 4.0 | 3276 | 0.6933 | 0.4946 |
| 0.6932 | 5.0 | 4095 | 0.6931 | 0.5054 |
| 0.6932 | 6.0 | 4914 | 0.6931 | 0.5054 |
| 0.6932 | 7.0 | 5733 | 0.6931 | 0.5054 |
| 0.6932 | 8.0 | 6552 | 0.6931 | 0.5054 |