hiersumm
hiersumm copied to clipboard
How to generate summary after loading the model ?
I am new to this, can you please guide me how to generate summary after successfully loading the pretrained model. I have used this command to load the pretrained model :-
Import torch Model=torch.load(‘wikisum_model_step_500000.pt’) Print(model)
This is working fine and printing all the weights, what should i do now ?
Hello Vishal!! Did you get any solution?
Hello Vishal!! Did you get any solution?
I switched to BERT Extractive summarizer which is a pretrained model and can be implement with just 3 lines of code.
But extractive doesnt give good results....its contextless
On the other hand, abstractive summarizer will not make proper sentences.
Sent from my iPhone
On 14-Apr-2020, at 10:50 PM, samirkapure [email protected] wrote:
But extractive doesnt give good results....its contextless
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.