lucadiliello/naturalquestionsshortqa
Viewer • Updated • 117k • 371 • 3
How to use Yannis98/tmp_natqa with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="Yannis98/tmp_natqa") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("Yannis98/tmp_natqa")
model = AutoModelForQuestionAnswering.from_pretrained("Yannis98/tmp_natqa")This model is a fine-tuned version of Yannis98/natqa_albert_XXL_finetuned on the lucadiliello/naturalquestionsshortqa dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
Yannis98/natqa_albert_XXL_finetuned