Merge pull request #300 from panyx0718/models-textsum
Add text summarization model to tensorflow/models.
Showing
textsum/BUILD
0 → 100644
textsum/README.md
0 → 100644
textsum/batch_reader.py
0 → 100644
textsum/beam_search.py
0 → 100644
textsum/data.py
0 → 100644
textsum/data/data
0 → 100644
File added
textsum/data/vocab
0 → 100644
This diff is collapsed.
textsum/seq2seq_attention.py
0 → 100644
textsum/seq2seq_lib.py
0 → 100644
Please register or sign in to comment