nyu-mll/glue
Viewer • Updated • 1.49M • 470k • 497
How to use gokuls/hBERTv1_data_aug_mrpc with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/hBERTv1_data_aug_mrpc") # Load model directly
from transformers import AutoModelForSequenceClassification
model = AutoModelForSequenceClassification.from_pretrained("gokuls/hBERTv1_data_aug_mrpc", dtype="auto")This model is a fine-tuned version of gokuls/bert_12_layer_model_v1 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.1151 | 1.0 | 980 | 0.0045 | 0.9975 | 0.9982 | 0.9979 |
| 0.0108 | 2.0 | 1960 | 0.0001 | 1.0 | 1.0 | 1.0 |
| 0.0063 | 3.0 | 2940 | 0.0001 | 1.0 | 1.0 | 1.0 |
| 0.0054 | 4.0 | 3920 | 0.0001 | 1.0 | 1.0 | 1.0 |
| 0.004 | 5.0 | 4900 | 0.0001 | 1.0 | 1.0 | 1.0 |
| 0.0053 | 6.0 | 5880 | 0.0002 | 1.0 | 1.0 | 1.0 |
| 0.0046 | 7.0 | 6860 | 0.0003 | 1.0 | 1.0 | 1.0 |
| 0.0116 | 8.0 | 7840 | 0.0150 | 0.9975 | 0.9982 | 0.9979 |
| 0.0093 | 9.0 | 8820 | 0.0015 | 1.0 | 1.0 | 1.0 |
| 0.0123 | 10.0 | 9800 | 0.0164 | 0.9975 | 0.9982 | 0.9979 |