bert-extractive-summarizer icon indicating copy to clipboard operation
bert-extractive-summarizer copied to clipboard

Using T5

Open asheetal opened this issue 4 years ago • 1 comments

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.

asheetal avatar Jan 27 '22 12:01 asheetal

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.

linayc avatar Feb 24 '23 15:02 linayc