Josh Silverberg
Results
2
comments of
Josh Silverberg
I'm getting similar issues, but when I check to see what the error thrown at `ans_start_idx = sent.index(answer_text)` is, I get an answer_text that is a substring of a previous...
Hi, thanks for the quick response! I ran nlp = pipeline("question-generation") qna = nlp(summary) where summary is the text in [summary_black_death.txt](https://github.com/patil-suraj/question_generation/files/5097667/summary_black_death.txt), and got the substring not found error. I had...