Hi everybody,
and nice to meet you, I am a new user a nd I am trying to take the first steps with prodigy and Ner.
I have been having a problem with the annotation interface. I run prodigy in a jupyter lab framework, I think I have installed everything correctly, but I can't figure out how to solve this.
I start with this
import os
import prodigy
!python -m prodigy stats -l
and I can see two databases, which is correct.
However, when I try and start a new annotation task with this
!python -m prodigy ner.manual GP_set blank:en ./test_data.jsonl --label LABEL_A
and I get to the prodigy tab, the annotation interface is set to a different dataset, which I loaded in a previous session (new_set instead of GP_set which I am trying to load, see pic below).
What am I doing wrong?
Sorry if this is very trivial, any help would be greatly appreciated.
Best, g.