Closed isaacmg closed 5 years ago
Hi,
It seems the model is not predicting anything or your data does not contain a clear gold_answer_texts (list of gold answers) for this example. Can you please specify on which data you are working on?
thanks Alon
Yes I'm working on emrQA (a custom dataset) I believe that the error might be related to my preprocessing of the dataset. I wrapped that part of the code in a try/except block and it seems to only fail a few times. However, I'm trying to find a way remove anything without a gold_answer_texts in the preprocessing.
When training I'm getting the following error. The code seems to train well for awhile but then encounters this error about an hour in.
I'm not sure if it is related to my dataset specifically or is a more general bug.