text_summurization_abstractive_methods icon indicating copy to clipboard operation
text_summurization_abstractive_methods copied to clipboard

Multiple implementations for abstractive text summurization , using google colab

Results 13 text_summurization_abstractive_methods issues
Sort by recently updated
recently updated
newest added
trafficstars

If running the model in decode mode using the flag it shows the same generated summary for all the input articles. Any help would be amazing. ![image](https://user-images.githubusercontent.com/31435438/95543077-31248500-0a15-11eb-85fb-7901dc9f23de.png)

While trying to use the Python library eazymind, is giving the following error: Application Error html,body,iframe { margin: 0; padding: 0; } html,body { height: 100%; overflow: hidden; } iframe...

First of all, thank you so much for this! I trained it and got really good results. But I'm not being able to save the model to infer later. From...

Hello, nice repo. Just one question, when I open your model4 ipynb in google colab, it just reminded me that not using GPU, do you get this problem? And also...

Hi. Can you tell me how I would be able to use the Pointer generator model to give me summary of a completely new paragraph?

Hello, for the pointer generator model4, you use decode mode to predict output using some pre-trained ckpt, but it seems you do not provide the checkpoint in your folder. Dose...

IsADirectoryError Traceback (most recent call last) in 56 else: 57 #if args.with_model: ---> 58 old_model_checkpoint_path = open(default_path + 'saved_model/checkpoint', 'r') 59 old_model_checkpoint_path = "".join([default_path + "saved_model/",old_model_checkpoint_path.read().splitlines()[0].split('"')[1] ]) 60 IsADirectoryError: [Errno...

INFO:tensorflow:Starting Seq2Seq training... WARNING:tensorflow:Bucket input queue is empty when calling next_batch. Bucket queue size: 0, Input queue size: 0 ERROR:tensorflow:Found example queue thread dead. Restarting. The last line keeps on...

Hi When I try to load the glove vectors,while training the LSTM, I get the following error: AttributeError: 'dict' object has no attribute 'word_vec' This happens when I try to...

Hello, I have downloaded glove.6B.300d.txt file and put it on drive. How to convert it to pkl format?