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
Currently I am trying to apply aggregation.HMM on pretrained hugging face models on the wikineural dataset( https://huggingface.co/datasets/Babelscape/wikineural) and I have these tags ['O', 'B-PER', 'I-PER', 'B-ORG', 'I-ORG', 'B-LOC', 'I-LOC', 'B-MISC', 'I-MISC']. However I get an error RuntimeError: Initial labels should not have a prefix. How can I handle these type of tags?
The text was updated successfully, but these errors were encountered:
Currently I am trying to apply aggregation.HMM on pretrained hugging face models on the wikineural dataset( https://huggingface.co/datasets/Babelscape/wikineural) and I have these tags ['O', 'B-PER', 'I-PER', 'B-ORG', 'I-ORG', 'B-LOC', 'I-LOC', 'B-MISC', 'I-MISC']. However I get an error RuntimeError: Initial labels should not have a prefix. How can I handle these type of tags?
The text was updated successfully, but these errors were encountered: