hi @rosamond!
Thanks for the update.
This is good. At least we can confidently confirm that feed_overlap
is set to true
.
This is where I think we're (perhaps I am) missing something. This is exactly what should occur with "feed_overlap": true
and named multi-user sessions.
Can you try to reproduce this example (the "feed_overlap": true
) using this sample dataset?
nyt_text_dedup.jsonl (18.5 KB)
PRODIGY_CONFIG_OVERRIDES='{"feed_overlap": true}' python3 -m prodigy ner.manual ner_ex blank:en nyt_text_dedup.jsonl --label ORG
Then open multiple browsers simultaneously with different session ids ("?session=rosamond", "?session=rosamond2", etc.). Each time it should start with back at I:0
as I show below:
The nice thing with testing this dataset is that it keeps the record number in the meta
tag, which will appear each record's "card" in Prodigy (look at bottom right). They're numbered from 0 to 175 and deduped (i.e., no input text are the same).
Let me know if this works.