Eladio/emrqa-msquad
Viewer • Updated • 164k • 300 • 9
How to use jon-t/bert-emrqa_msquad-squad_v2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="jon-t/bert-emrqa_msquad-squad_v2") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("jon-t/bert-emrqa_msquad-squad_v2")
model = AutoModelForQuestionAnswering.from_pretrained("jon-t/bert-emrqa_msquad-squad_v2")This model is a fine-tuned version of distilbert/distilroberta-base on the Eladio/emrqa-msquad and the rajpurkar/squad_v2 datasets.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
distilbert/distilroberta-base