ner.batch-train after ner.maual results error (Value error : [E024])

Hi! Did you use the same Prodigy version for annotation and training, or did you collect the annotations in a previous version?

It's likely that this is related to the update to spaCy v2.1, which is stricter about gold standard data and constraints for the parser and named entity recognizer. See my reply from this thread:

So you might want to double-check the data and see if you have any "illegal" spans in there. It's usually pretty rare and removing them should be no problem, because in most cases, they'd be rejected suggestions anyway.