You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess the issue is sequence labeling vs. text classification...yet, I was wondering if NER training can be done via a CSV file as well instead of BIO.
Question
I trained a custom model with
When I try to tag some sentence, I get
[]
The prompt is:
2024-01-11 14:34:55,577 SequenceTagger predicts: Dictionary with 15 tags: <unk>, ...
[]
I have changed
'ner'
to'label'
-- no difference. It worked fine withColumnCorpus
in the training but I need a CSV for training, not BIO.The text was updated successfully, but these errors were encountered: