nyu-mll/glue
Viewer • Updated • 1.49M • 487k • 498
How to use zhaoyang/BertFinetuning with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("zhaoyang/BertFinetuning", dtype="auto")This model is a fine-tuned version of bert-base-uncased 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:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("zhaoyang/BertFinetuning", dtype="auto")