Project

General

Profile

Bug #3679

Updated by Ram Kordale 4 months ago

Colab: https://colab.research.google.com/drive/15NExHPTmvROtcxFr9lk6Jv4GCDP1q1vf?authuser=1#scrollTo=PXnYeYEUGbJy 

 The colab exits if the AI gives bad response thrice. If we try again with that question, it will very likely work. 

 But, in order to do this, we will have to manually remove all the questions that have been processed already. 

 In this ticket, we want the colab to take as input store the question number to start processing from that has been processed in a file which will be given as an additional input. Then, the colab should be able to rerun with the same input questions file without removing processed questions. It should resume from where we left off.

Back