ptarau / sumbert

Abstractive BERT-based Text Summarizer
Apache License 2.0
5 stars 1 forks source link

Updated model #2

Open pratikghanwat7 opened 4 years ago

pratikghanwat7 commented 4 years ago

Changed model to model = BertAbs.from_pretrained("remi/bertabs-finetuned-cnndm-extractive-abstractive-summarization") as previous model was obsolute.

geoffreyvd commented 3 years ago

@pratikghanwat7 This works! Thank you very much for sharing