fin-amal-joseph
Results
1
issues of
fin-amal-joseph
I 've got an issue when predicting adding sample code and error below cdqa_pipeline = QAPipeline(reader='bert_models/bert_qa.joblib') cdqa_pipeline.fit_reader('bert_models/SQuAD_1.1/train-v1.1.json') cdqa_pipeline = QAPipeline(reader='bert_out.joblib') cdqa_pipeline.predict(query="Who is chaplin?") --------------------------------------------------------------------------- NotFittedError Traceback (most recent call last)...