Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jfsantos/summarization


https://github.com/jfsantos/summarization

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# Summarization

Requirment: https://github.com/pytorch/pytorch.git , strongly recommand use miniconda2 and install pytorch from source.

This model can be trained by the using command:

```bash
python main.py --cuda --data /data/lisa/data/sheny/ParaNews/
```

In order to see word is generated by which memory, demo.py is provided:

```bash
python demo.py
```

You need copy a random row from /data/lisa/data/sheny/ParaNews/test.txt as input of demo.py

In order to add new model, you may need to modify or change MemorySeq2Seq.py file.