dmmiller612 / bert-extractive-summarizer

Easy to use extractive text summarization with BERT
MIT License
1.38k stars 305 forks source link

Multi lingual summarise #86

Closed Liranbz closed 3 years ago

Liranbz commented 3 years ago

Hi, Is there a wat to use another model for embedding\ summarise? I wonder if I can change the type of BERT model to a BERT-multi-lingual model and to get results in other languages. Thank you

dmmiller612 commented 3 years ago

I haven't worked much with multi-lingual models, but this should work with any fine tuned bert model on a given language. I know that the transformers library has a multi-lingual model that could be used here.