ryankiros / skip-thoughts

Sent2Vec encoder and training code from the paper "Skip-Thought Vectors"
2.05k stars 544 forks source link

Generating sentences #74

Open HassanAzzam opened 6 years ago

HassanAzzam commented 6 years ago

Is there a decoder for generating sentences near(semantically) to a given sentence X?

HassanAzzam commented 6 years ago

Found it, thanks. https://github.com/ryankiros/skip-thoughts/tree/master/decoding

HassanAzzam commented 6 years ago

but where is the pre-trained model 'toydec.npz'?