nyu-mll/glue
Viewer • Updated • 1.49M • 468k • 504
How to use gokuls/hBERTv1_qnli with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/hBERTv1_qnli") # Load model directly
from transformers import AutoModelForSequenceClassification
model = AutoModelForSequenceClassification.from_pretrained("gokuls/hBERTv1_qnli", dtype="auto")This model is a fine-tuned version of gokuls/bert_12_layer_model_v1 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.6667 | 1.0 | 410 | 0.5955 | 0.6874 |
| 0.4998 | 2.0 | 820 | 0.4486 | 0.7948 |
| 0.3985 | 3.0 | 1230 | 0.4198 | 0.8113 |
| 0.3106 | 4.0 | 1640 | 0.4841 | 0.7866 |
| 0.2286 | 5.0 | 2050 | 0.5340 | 0.7906 |
| 0.1662 | 6.0 | 2460 | 0.6282 | 0.7728 |
| 0.1237 | 7.0 | 2870 | 0.6678 | 0.7752 |
| 0.0945 | 8.0 | 3280 | 0.7668 | 0.7752 |