Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No documentation or scripting to download GloVe pretrained embeddings #6

Open
zwelz3 opened this issue Nov 11, 2019 · 0 comments
Open

Comments

@zwelz3
Copy link

zwelz3 commented Nov 11, 2019

Not a big issue, but it's probably worth a quick update to include either documentation in the readme to download the GloVe pretrained 100B word embeddings, or a curl command to the scripts, otherwise following procedure causes an assertion error that requires traceback to the missing file.

Traceback (most recent call last):
  File "jNERE.py", line 77, in <module>
    parser = learner.jNeRE(words, nertags, rels, w2i, c2i, options)
  File ".../jointRE/jNERE/learner.py", line 58, in __init__
    assert (ext_emb_dim == self.wdims)
AssertionError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant