-
Notifications
You must be signed in to change notification settings - Fork 5
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
Requirements #2
Comments
It's maybe too late but I figured the right versions for the entity-typing part. Here is the requirements.txt I created:
The main problem was that it uses an older version of allennlp (Version 0.9.0) and this results in another error because the library overrides (Version 3.1.0) needed an downgrade aswell. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I was trying to train the model. Even after installing allennlp, I am getting an error "from allennlp.commands.elmo import ElmoEmbedder ModuleNotFoundError: No module named 'allennlp.commands.elmo'". Looks like some versioning issue.
Is it possible to share requirements.txt file ?
Also can we download trained model ?
The text was updated successfully, but these errors were encountered: