Closed aimanmutasem closed 4 years ago
Vocab size 30000 is not supported, please choose one of the vocab sizes listed here: https://nlp.h-its.org/bpemb/en/
Thank you @bheinzerling , this is my fault ...
but I'm little confused its worked well for Arabic language
bpemb_ar = BPEmb(lang="ar", vs=30000, dim=300)
Dear @all,
I'm trying to load the English BPEmb model with vocabulary size 30k and 300-dimensional embeddings.
bpemb_en = BPEmb(lang="en", vs=30000, dim=300)
Every time I get the same error:
`BPEmb fallback: en from vocab size 30000 to 200000
RuntimeError Traceback (most recent call last)