nyu-mll/glue
Viewer • Updated • 1.49M • 785k • 730
How to use sriramahesh2000/finetuned-bert-mrpc with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="sriramahesh2000/finetuned-bert-mrpc") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("sriramahesh2000/finetuned-bert-mrpc")
model = AutoModelForSequenceClassification.from_pretrained("sriramahesh2000/finetuned-bert-mrpc", device_map="auto")This model is a fine-tuned version of bert-base-cased on the glue dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
google-bert/bert-base-cased