JRC1995/Abstractive-Summarization
Implementation of abstractive summarization using LSTM in the encoder-decoder architecture with local attention.
Jupyter NotebookMIT
Issues
- 3
Pretrained model
#18 opened by BenOnoja - 6
ZeroDivisionError
#16 opened by JamesTV1996 - 9
Testing
#17 opened by karimarwah - 3
- 8
UnicodeDecodeError: 'gbk' codec can't decode byte 0x93 in position 3136: illegal multibyte sequence
#11 opened by 1848798517 - 2
- 1
where does the abstraction come from?
#12 opened by bhomass - 9
- 1
embedding = np.asarray(embd) return array(a, dtype, copy=False, order=order) MemoryError
#6 opened by ChelakaFernando - 7
I want to add query with this model and develop a query focused abstractive model. Any suggestion about how can I do this?
#10 opened by mainulpolash - 1
AttributeError: 'Operation' object has no attribute 'mark_used' in python 3.5
#8 opened by Sarthak-02 - 22
- 70
- 1
Is it a python 3.x code , because few places you are using print function as statement, like print "hello" ?
#7 opened by Sarthak-02 - 1
Don't know where to get these files
#2 opened by jenigma - 12
Word2vec function and glove
#4 opened by hack1234567 - 6
How to get context?
#3 opened by hack1234567