Hello, since my data is very noisy, i had to hit ignore a lot. Now if i train that model with "prodigy train ner..." with the created dataset, than the results are not good at all (it seems that it uses all the annotations in the database). If i use spacy and load the data with annotations which have only the accept tag than i get much better results.
Is there anyway to accomplish that prodigy uses only the annotations with the accept tag?
Thanks