nyu-mll/glue
Viewer • Updated • 1.49M • 470k • 497
How to use gokuls/hBERTv2_data_aug_mrpc with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/hBERTv2_data_aug_mrpc") # Load model directly
from transformers import AutoModelForSequenceClassification
model = AutoModelForSequenceClassification.from_pretrained("gokuls/hBERTv2_data_aug_mrpc", dtype="auto")This model is a fine-tuned version of gokuls/bert_12_layer_model_v2 on the GLUE MRPC 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.6319 | 1.0 | 980 | 0.6245 | 0.6838 | 0.8122 | 0.7480 |
| 0.6305 | 2.0 | 1960 | 0.6240 | 0.6838 | 0.8122 | 0.7480 |
| 0.6303 | 3.0 | 2940 | 0.6259 | 0.6838 | 0.8122 | 0.7480 |
| 0.6302 | 4.0 | 3920 | 0.6252 | 0.6838 | 0.8122 | 0.7480 |
| 0.6302 | 5.0 | 4900 | 0.6241 | 0.6838 | 0.8122 | 0.7480 |
| 0.6302 | 6.0 | 5880 | 0.6241 | 0.6838 | 0.8122 | 0.7480 |
| 0.6301 | 7.0 | 6860 | 0.6242 | 0.6838 | 0.8122 | 0.7480 |