dmmiller612 / bert-extractive-summarizer

Easy to use extractive text summarization with BERT
MIT License
1.37k stars 307 forks source link

Using T5 #126

Open asheetal opened 2 years ago

asheetal commented 2 years ago

There are some photo-op reasons to use T5 transformer backend in the summarizer. But so far unable to figure out how to connect t5-base with this Summarizer or TransformerSummarizer. Hope someone can point me in the right direction.

linayc commented 1 year ago

Would also like some guidance on this. Getting error: "You have to specify either decoder_input_ids or decoder_inputs_embeds". But once we set Summarizer's custom_model parameter, there is no way to pass those needed parameters.