Split dataset for multiple annotators

Hi! I have 3k items to classify (using textcat.manual) to be annotated by 5 annotators. Ideally, each item would be annotated by two different annotators. Is there any way to automatically split the data in this scenario?
Thanks!

Hi! There's no built-in mechanism for this exact scenario at the moment, but if you know who should annotate what in advance, you can write a custom loader that sends out different examples, depending on who is annotating. I shared an example and some ideas here: