I am running the following:
prodigy ner.batch-train 3_ent_bis_dataset en_core_web_lg --output bis-model --label "BIS-PRODUCT, BIS-CONCEPT, BIS-OTHER" --eval-split 0.2 --n-iter 6 --batch-size 8
and I get the following output:
the accuracy is very poot (29%), what am I doing wrong?
note that before the ner.batch-train action, I have run the following:
prodigy ner.manual 3_ent_bis_dataset en_core_web_lg data/db2_bis_data.txt --label "BIS-PRODUCT, BIS-CONCEPT, BIS-OTHER" &