hengluchang / deep-news-summarization

News summarization using sequence to sequence model with attention in TensorFlow.
MIT License
185 stars 61 forks source link

Trained Model #2

Closed sivaram1207 closed 6 years ago

sivaram1207 commented 6 years ago

Hi, Thanks for the repo. Is it possible for you to share the model that was trained on gigaword dataset.

hengluchang commented 6 years ago

Thanks for your interest in the repo! I have pushed a python script to download model parameters which was trained on a larger portion of Gigaword (10 years of Associated Press Worldstream). Please check the Download vocabs and trained model parameters section in the readme for more details.

sivaram1207 commented 6 years ago

Thank you. Much appreciated