nyu-mll/glue
Viewer • Updated • 1.49M • 470k • 497
How to use gokuls/hBERTv2_data_aug_qqp with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/hBERTv2_data_aug_qqp") # Load model directly
from transformers import AutoModelForSequenceClassification
model = AutoModelForSequenceClassification.from_pretrained("gokuls/hBERTv2_data_aug_qqp", dtype="auto")This model is a fine-tuned version of gokuls/bert_12_layer_model_v2 on the GLUE QQP 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 | F1 | Combined Score |
|---|---|---|---|---|---|---|
| 0.6528 | 1.0 | 29671 | 0.6782 | 0.6318 | 0.0 | 0.3159 |
| 0.6407 | 2.0 | 59342 | nan | 0.6318 | 0.0 | 0.3159 |
| 0.0 | 3.0 | 89013 | nan | 0.6318 | 0.0 | 0.3159 |
| 0.0 | 4.0 | 118684 | nan | 0.6318 | 0.0 | 0.3159 |
| 0.0 | 5.0 | 148355 | nan | 0.6318 | 0.0 | 0.3159 |
| 0.0 | 6.0 | 178026 | nan | 0.6318 | 0.0 | 0.3159 |