-
Notifications
You must be signed in to change notification settings - Fork 452
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
How could I use word-level ELMO easily? #212
Comments
Some key logs are following:
|
And my ELMO config is:
|
allennlp use both word and char embedding |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's easy to train a word-level ELMO by this repo, and I could remove
char_cnn
parameter to achieve this.However, when I used this ELMO in
allennlp
, I found that it doesn't support word-level ELMO because it will always find thechar_cnn
parameter.Did I have something wrong?
The text was updated successfully, but these errors were encountered: