ExtractQA / run.py
Rifat Mamayusupov
Update run.py
9635c6d verified
raw
history blame
No virus
158 Bytes
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="ai-nightcoder/ExtractQuestionAnswer")