I am using the ner.correct
recipe:
prodigy ner.correct training_data /model/ /prodigy_jsonl/demo_jsonl.jsonl --label "A"
to suggest to the user 300 training instances annotated using a temporary trained Spacy model. The user should interact with prodigy interface and confirm or correct the annotations. However, after checking few instances (mostly 10 instances) the interface stopped and showed No tasks available
. I created also fresh database but always same issue. The json format is correct for all instances also there is no duplicate. Each instance is almost 4 or 5 lines long.
here is the prodigy.json:
{
"theme": "basic",
"custom_theme": {},
"buttons": ["accept", "reject", "ignore", "undo"],
"custom_theme": {
"cardMaxWidth":1200
},
"batch_size": 10,
"history_size": 10,
"port": 7777,
"host": "xxxxx",
"cors": true,
"db": "sqlite",
"db_settings": {},
"api_keys": {},
"validate": true,
"auto_exclude_current": true,
"instant_submit": false,
"feed_overlap": false,
"ui_lang": "en",
"project_info": ["dataset", "session", "lang", "recipe_name", "view_id", "label"],
"show_stats": false,
"hide_meta": false,
"show_flag": false,
"instructions": false,
"swipe": false,
"swipe_gestures": { "left": "accept", "right": "reject" },
"split_sents_threshold": false,
"global_css": null,
"javascript": null,
"writing_dir": "ltr",
"show_whitespace": false
}