juntaoy / biaffine-ner

Named Entity Recognition as Dependency Parsing
Apache License 2.0
347 stars 40 forks source link

where to get cc.en.300.vec.filtered ? #49

Open yaswanth-iitkgp opened 1 year ago

yaswanth-iitkgp commented 1 year ago

where can i get cc.en.300.vec.filtered ? I can download cc.en.300.vec from https://dl.fbaipublicfiles.com/fasttext/vectors-crawl/cc.en.300.vec.gz

when i rename path = ../fasttext/cc.en.300.vec.filtered in experiments.conf then it is giving the following error:

___biaffine-ner/util.py", line 251, in load_embedding_dict assert len(embedding) == self.size AssertionError

yaswanth-iitkgp commented 1 year ago

can you please reply ? @juntaoy