Hi,
I use prodigy v1.11.5 with named multi-user sessions. My dataset has 61500 sentences. Prodigy shows the total as 62500 and it keeps sending new sentences. I didn't set feed_overlap = True and the doc says the default is False.
Hi,
I use prodigy v1.11.5 with named multi-user sessions. My dataset has 61500 sentences. Prodigy shows the total as 62500 and it keeps sending new sentences. I didn't set feed_overlap = True and the doc says the default is False.
Hi! A few things to check to get a better idea of what could be happening:
ner.correct
? If you have 60k examples with 2 sentences each on average, you'll end up with ~120k examples in total. So the number of annotations doesn't necessarily map to the number of incoming examples.