nyu-mll/glue
Viewer • Updated • 1.49M • 428k • 523
How to use gokuls/hBERTv2_new_pretrain_mrpc with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/hBERTv2_new_pretrain_mrpc") # Load model directly
from transformers import AutoModelForSequenceClassification
model = AutoModelForSequenceClassification.from_pretrained("gokuls/hBERTv2_new_pretrain_mrpc", device_map="auto")This model is a fine-tuned version of gokuls/bert_12_layer_model_v2_complete_training_new 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.6721 | 1.0 | 29 | 0.6200 | 0.6838 | 0.8122 | 0.7480 |
| 0.6229 | 2.0 | 58 | 0.6098 | 0.6569 | 0.7255 | 0.6912 |
| 0.5689 | 3.0 | 87 | 0.5990 | 0.7034 | 0.8118 | 0.7576 |
| 0.4615 | 4.0 | 116 | 0.6689 | 0.6765 | 0.78 | 0.7282 |
| 0.3475 | 5.0 | 145 | 0.8472 | 0.6054 | 0.6774 | 0.6414 |
| 0.2307 | 6.0 | 174 | 0.9917 | 0.6103 | 0.6913 | 0.6508 |
| 0.166 | 7.0 | 203 | 1.1149 | 0.6544 | 0.7522 | 0.7033 |
| 0.1258 | 8.0 | 232 | 1.3516 | 0.625 | 0.7119 | 0.6684 |