How to use GeneZC/bert-large-mrpc with Transformers:
# Load model directly from transformers import AutoTokenizer, BertCls tokenizer = AutoTokenizer.from_pretrained("GeneZC/bert-large-mrpc") model = BertCls.from_pretrained("GeneZC/bert-large-mrpc")
The community tab is the place to discuss and collaborate with the HF community!