from prodigy train --ner first_forms -LS --base-model en_core_web_lg XYZ
,
The train
output differs quite a bit from what's shown in the documentation; is there updated documentation or a place I can go to better understand the training output?
EDIT - the output looks to be derived from spaCy scorer even though previous versions presented differently. Even the spaCy scorer documentation doesn't explicitly spell out what some of this mean. This stack overflow comment was helpful, but I would've expected documentation on something so product critical, although prodigy is the best thing since sliced bread!