rajpurkar/squad_v2
Viewer • Updated • 142k • 37.4k • 251
How to use jonathanagustin/squad_v2-finetuned-squad with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="jonathanagustin/squad_v2-finetuned-squad") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("jonathanagustin/squad_v2-finetuned-squad")
model = AutoModelForQuestionAnswering.from_pretrained("jonathanagustin/squad_v2-finetuned-squad")This model is a fine-tuned version of distilbert-base-uncased on the squad_v2 dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
distilbert/distilbert-base-uncased