glample / tagger

Named Entity Recognition Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error while training the model using google news word embeddings

Rabia-Noureen opened this issue · comments

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.