Maluuba / gensen

Learning General Purpose Distributed Sentence Representations via Large Scale Multi-task Learning
Other
311 stars 43 forks source link

Can you provide the full multitask pre-trained Network ? #7

Open ghazi-f opened 5 years ago

ghazi-f commented 5 years ago

Thank you for this great contribution.

I am currently performing some experiments where it would be very helpful if I had a network that can encode sentences, decode them, and calculate entailment with regard to that same encoding.

I think it would be very useful to the community if you provided a link to your pretrained model in the same checkpointing format as that of your train.py file. I hope you still have it somewhere ..

Thanks a lot !

ShunChi100 commented 5 years ago

@MaximumEntropy Same to @Sora77's request, could you provide the saved checkpoint for both encoder and decoders. I would like to do some fine-tuning with the model but keeping the multi-tasking way so that I don't bias the model too much toward to my particular dataset.