Multi-user sessions using a custom transformer-based span-cat pipeline

hi @coltonflowers1!

Thanks for your question and welcome to the Prodigy community :wave:

Thanks for the logs -- that's very helpful.

Like this post, I suspect there's an issue with multi-processing.

We may need to take a deeper dive into this.

Were annotators 1 and 2 annotating at the same time? Given you were using --update, I suspect that you could have an issue if both annotators are trying to update the model at the same time. I would suggest in the interim removing --update and see if you find the same error. In the meantime, I'll let you know if I find anything else on our end.

Also - one small recommendation -- given you have a lot of labels, you can list them to a labels.txt where each label is a new line and then pass labels.txt to --labels in your prodigy command to make your command a bit easier (and less prone to forgetting one of your labels).