我正在尝试将 conll 格式的数据转换为 spacy 的 json 格式来训练模型。
我正在使用 spacy 的转换。我试过这个命令
python -m spacy convert conll_dataset.tsv /Users/user/docs -t json -c ner
我收到一个值错误。
ValueError: [E177] Ill-formed IOB input detected: in
我删除了数据集中所有出现的“in”并再次尝试,然后我得到了同样的错误,只是略有变化。
ValueError: [E177] Ill-formed IOB input detected: an
帮我解决这个问题。我的数据集看起来像这样
Abhishek Name
Jha Name
Application Designation
Development Designation
Associate Designation
我正在使用 spacy 2.3.2