glample / tagger

Named Entity Recognition Tool
Apache License 2.0
1.16k stars 426 forks source link

Error while training the model using google news word embeddings #61

Closed Rabia-Noureen closed 6 years ago

Rabia-Noureen commented 7 years ago

Hi @glample Great Work.... I am new to python can you please help me out with training the model using GoogleNews word embeddings? I am trying to train using the script

python train.py --train dataset/eng.train --dev dataset/eng.testa --test dataset/eng.testb --lr_method=adam --tag_scheme=iob --pre_emb=GoogleNews-vectors-negative300.bin --all_emb=300

I got this error: image

I am stuck with this issue for about 2 months and couldn't resolve it. Thanks in advance.