PICARD - Parsing Incrementally for Constrained Auto-Regressive Decoding from Language Models. PICARD is a ServiceNow Research project that was started at Element AI.
I am trying to run this code but i keep getting the same error for both the evaluation and the training which is:
make: *** [Makefile:142: eval] Error 137, but i don't really know what causes it.
Currently i am using Windows with WSL2 and docker.
It looks like the error is launched right before starting the evaluation process but i can't say it with confidence.
Below there's the part of the MakeFile that launches the error.
I am trying to run this code but i keep getting the same error for both the evaluation and the training which is:
make: *** [Makefile:142: eval] Error 137
, but i don't really know what causes it. Currently i am using Windows with WSL2 and docker. It looks like the error is launched right before starting the evaluation process but i can't say it with confidence. Below there's the part of the MakeFile that launches the error.