nyu-mll/glue
Viewer • Updated • 1.49M • 470k • 497
How to use gokuls/hBERTv2_data_aug_qnli with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/hBERTv2_data_aug_qnli") # Load model directly
from transformers import AutoModelForSequenceClassification
model = AutoModelForSequenceClassification.from_pretrained("gokuls/hBERTv2_data_aug_qnli", dtype="auto")This model is a fine-tuned version of gokuls/bert_12_layer_model_v2 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 | 16604 | 0.6931 | 0.5054 |
| 0.6932 | 2.0 | 33208 | 0.6931 | 0.5054 |
| 0.6932 | 3.0 | 49812 | 0.6931 | 0.4946 |
| 0.6932 | 4.0 | 66416 | 0.6931 | 0.5054 |
| 0.6932 | 5.0 | 83020 | 0.6932 | 0.4946 |
| 0.6932 | 6.0 | 99624 | 0.6931 | 0.5054 |