nyu-mll/glue
Viewer • Updated • 1.49M • 480k • 498
How to use gokuls/add_BERT_24_mrpc with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="gokuls/add_BERT_24_mrpc") # Load model directly
from transformers import AutoModelForSequenceClassification
model = AutoModelForSequenceClassification.from_pretrained("gokuls/add_BERT_24_mrpc", dtype="auto")This model is a fine-tuned version of gokuls/add_bert_12_layer_model_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.6554 | 1.0 | 29 | 0.5847 | 0.7010 | 0.8135 | 0.7572 |
| 0.6027 | 2.0 | 58 | 0.5925 | 0.6985 | 0.8150 | 0.7568 |
| 0.5423 | 3.0 | 87 | 0.6010 | 0.6887 | 0.8049 | 0.7468 |
| 0.4401 | 4.0 | 116 | 0.6617 | 0.6961 | 0.8050 | 0.7506 |
| 0.2731 | 5.0 | 145 | 0.9531 | 0.6348 | 0.7151 | 0.6750 |
| 0.16 | 6.0 | 174 | 1.0283 | 0.6985 | 0.8045 | 0.7515 |