text-summarization-tensorflow icon indicating copy to clipboard operation
text-summarization-tensorflow copied to clipboard

Tensorflow seq2seq Implementation of Text Summarization.

Results 33 text-summarization-tensorflow issues
Sort by recently updated
recently updated
newest added

How long it took you to train the model and what are the specifications of your machine?

What is the base paper for this model? Can you please, give me your research paper link?

hello, excuse me, I want to use it on chinese, and I don't want to use glove as the way of embedding, and I want to use TenCent_chinses_embedding, I want...

Hello when I ran my code on tensorflow I am getting that error. Can you help me please? ``` > Traceback (most recent call last): > File "model.py", line 3,...

please give me idea of replacing unk from source document

I am doing a research requiring extractive summarize. Is it possible to convert tjis to extraction summarize

Could you let me know that the results would look like when you use the CNN Dataset instead ? If there are pre-trained models for it, please let me know

Could you please tell me on which data set was this pretrained model trained on ? I am a little confused

Hi. I successfully tested a portuguese corpus I prepared and trained ( change line in utils.py `for word in word_tokenize(sentence, language='portuguese'):` ). I'd like to have a frozen model in...

Replace map and lambdas with list comprehension.