Hi Prodigy team,
I'm setting up an annotation task using multi-user sessions, and am wondering if it's possible to somehow set a specific number for feed_overlap such that each example will be seen n times?
Thanks!
Hi! At the moment, we don't have a feature for this yet but it's definitely something we want to support in the future and part of the reason we've been refactoring the feeds implementation ![]()
In the meantime, you could achieve a similar result by preparing your per-annotator source data upfront and starting multiple instances (one per annotator), so everyone gets exactly the pre-selected examples with the given overlap.
1 Like
Thanks! Yes, that's what I've been doing in the meantime.
Thank you for your work on this excellent tool.