hengluchang / deep-news-summarization

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

pretrain data #3

Open Gnol-VN opened 6 years ago

Gnol-VN commented 6 years ago

Hello Mr Hengluchang I am working with your project and I want to use with my pretrain data in Vietnamese. Currently I am having a pretrain matrix word embedding in Vietnamese. How can I add this to your model, because I find it time-consuming to train new dataset. Thank you !

hengluchang commented 6 years ago

Hi, you can check out the discussion on "How to use pre-trained word embeddings in seq2seq?" in official TensorFlow repo: https://github.com/tensorflow/tensorflow/issues/4095, or "Using pretrained word embeddings" in CNN text classification: https://github.com/dennybritz/cnn-text-classification-tf/issues/17.