File size: 158 Bytes
9635c6d
 
50c2ca4
9635c6d
1
2
3
4
5
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("question-answering", model="ai-nightcoder/ExtractQuestionAnswer")