Closed aimanmutasem closed 4 years ago
I just checked and there doesn't seem to be anything wrong with the file on the server.
The error message "EOFError: Compressed file ended before the end-of-stream marker was reached" indicates that the file wasn't downloaded completely.
Can you try deleting the cache? It's in your home directory:
~/.cache/bpemb/de
Thank you @bheinzerling for your response :)
Unfortunately, there is no directory '~/.cache/bpemb/de'. Do you know another efficient way to remove the "de"?
@aimanmutasem I'm actually facing the same problem, did you manage to fix it?
@aimanmutasem I'm actually facing the same problem, did you manage to fix it?
Hello @JulesBelveze , try to change vs to 30000 hope it will work. :)
Dear @all,
I'm trying to load the Dutch BPEmb model with vocabulary size 50k and 100-dimensional embeddings.
bpemb_de = BPEmb(lang="de", vs=50000)
I got an EOFError error:
EOFError Traceback (most recent call last)