So i have this rel manual receipe to manually annotate spans and relations and my dataset size is just 10mb, so i dont know its getting killed with this error of IOSTREAM.flush time out.
Hi @ryanwesslen
I tried working it through the terminal as well and still the same, the process gets killed after a while. However, one thing i wanted to notify you is that the annotation examples are whole documents with good length. Could that be the reason for it ?
I do see this warning ⚠ Long example with 588 tokens detected. This can potentially lead to slower rendering and annotation in the web app. Consider splitting your texts into smaller chunks or sentences.
Try disabling tokens (--disable-patterns) for terms you don't need for labeling (this will speed up some). Or alternatively, could you break up your documents into sentences? Let me know if you need help