pair2vec icon indicating copy to clipboard operation
pair2vec copied to clipboard

sorry to trouble

Open onceGot opened this issue 5 years ago • 2 comments

but could you please tell how can I load a pretrained Pair2vec model?

onceGot avatar Dec 27 '19 05:12 onceGot

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

mandarjoshi90 avatar Dec 30 '19 22:12 mandarjoshi90

I just wanna get the pair embedding given two words, eg, take (see, film) as input and then obtain an vector as output

onceGot avatar Jan 06 '20 02:01 onceGot