dmmiller612 / bert-extractive-summarizer

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

How to build my model ? #25

Closed kurodenjiro closed 3 years ago

kurodenjiro commented 4 years ago

Hi ! I really like your project . How to buy my model from this ?

dmmiller612 commented 4 years ago

Hello, the models do not need to be purchased. This library wraps around the huggingface transformers library. You can either provide your own custom model or use one of the existing BERT models from huggingface. When running the summarizer, the model is automatically downloaded and cached in your file system.