Hello!
I use your rus model from this instruction Knowledge Base Question Answering (KBQA) — DeepPavlov 1.3.0 documentation.
But I get “Not Found” responses, and also the example in docs is not the same as my output. Can you tell why and maybe there’s something I’m doing wrong? I followed the instruction.
Thanks!
kbqa_model([‘Когда родился Пушкин?’])
[‘1766-05-08’]
kbqa_model([‘что такое любовь’])
[‘Not Found’]
kbqa_model([‘кто такой ленин’])
[‘Not Found’]
kbqa_model([‘когда началось смутное время’])
[‘Not Found’]
kbqa_model([‘когда родился ломоносов’])
[‘Not Found’]
kbqa_model([‘когда родился путин’])
[‘Not Found’]
kbqa_model([‘когда родился Путин’])
[‘Not Found’]
kbqa_model([‘когда родился Ленин’])
[‘Not Found’]