nyu-mll/glue
Viewer • Updated • 1.49M • 484k • 500
How to use chunwoolee0/seqcls_mrpc_bert_base_uncased_model with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="chunwoolee0/seqcls_mrpc_bert_base_uncased_model") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("chunwoolee0/seqcls_mrpc_bert_base_uncased_model")
model = AutoModelForSequenceClassification.from_pretrained("chunwoolee0/seqcls_mrpc_bert_base_uncased_model")This model is a fine-tuned version of bert-base-uncased on the glue 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 |
|---|---|---|---|---|---|
| No log | 1.0 | 58 | 0.5442 | 0.7108 | 0.8228 |
| No log | 2.0 | 116 | 0.5079 | 0.7745 | 0.8558 |
| No log | 3.0 | 174 | 0.4621 | 0.8015 | 0.8670 |