ner train output for Prodigy nightly v1.11.0a11

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!

The output of the new prodigy train command is identical to the output of spacy train (since this is what it calls into under the hood). The reported scores are the scores of the individual components, plus a weighted final score. You can read more about this in the spaCy documentation: https://spacy.io/usage/training#metrics