cdqa-suite / cdQA

⛔ [NOT MAINTAINED] An End-To-End Closed Domain Question Answering System.
https://cdqa-suite.github.io/cdQA-website/
Apache License 2.0
614 stars 191 forks source link

NotFittedError-while evaluating models #318

Closed SandhyaSuryanarayana closed 4 years ago

SandhyaSuryanarayana commented 4 years ago

I have created a custom squad like dataset using annotator. while evaluating the json file I'm getting the below error.
Any help is appreciated.

Error

andrelmfarias commented 4 years ago

Hi,

You have to fit the pipeline retriever to the dataframe with the documents before calling the evaluate_pipeline function