Closed afcruzs closed 6 years ago
Hi @afcruzs were you able to solve this error?I am getting exactly the same error using the data set provided in this project NER tagger. I am new to python and I am stuck with this error for the past 5 days :( @glample any suggestions please?
Hi,
I was using conll2002 dataset in spanish and when it was computing the F1 score it failed like this:
The dataset is this one: http://www.cnts.ua.ac.be/conll2002/ner/data/ And I run the following command: python train.py --train dataset\esp.train --dev dataset\esp.testa --test dataset\esp.testb
Thank you for sharing this implementation 👍