internet_ml/internet_ml/NLP/no_context/test.py

9 lines
157 B
Python
Raw Normal View History

2023-01-21 05:20:10 +00:00
from QA import answer
print(
answer(
query="When was the last cricket worldcup held?",
model="hf-deepset/roberta-large-squad2",
)
)