- Download FINISHED_FILES from: https://github.com/JafferWilson/Process-Data-of-CNN-DailyMail , and put it under ./data/
- Run python prepare_data.py
- Training: python main.py | tee train.log
- Tuning: modify main.py: is_predicting=true and model_selection=true, then run "bash tuning_deepmind.sh | tee tune.log"
- Testing: modify main.py: is_predicting=true and model_selection=false, then run "python main.py you-best-model (say cnndm.s2s.gpu4.epoch7.1)", go to "./deepmind/result/" and run
$ROUGE$ myROUGE_Config.xml C, you will get the results. - The Perl Rouge package is enough, I did not use pyrouge.
forked from lipiji/neural-summ-cnndm-pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
neural abstractive summarization in pytorch on CNN/Daily Mail
License
ylf4910/neural-summ-cnndm-pytorch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
neural abstractive summarization in pytorch on CNN/Daily Mail
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 99.5%
- Shell 0.5%