We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
but could you please tell how can I load a pretrained Pair2vec model?
The text was updated successfully, but these errors were encountered:
If you want to use this for QA/NLP with allennlp, see this https://github.com/mandarjoshi90/pair2vec#using-pretrained-pair2vec-embeddings
If you want to do this in your own code, please see how it's initialized here. https://github.com/mandarjoshi90/pair2vec/blob/master/endtasks/bidaf_pair2vec.py#L72
Sorry, something went wrong.
I just wanna get the pair embedding given two words, eg, take (see, film) as input and then obtain an vector as output
No branches or pull requests
but could you please tell how can I load a pretrained Pair2vec model?
The text was updated successfully, but these errors were encountered: