pkouris / abtextsum

Abstractive text summarization based on deep learning and semantic content generalization
17 stars 4 forks source link

Is there a pretrained model that I can use to run the summarization? #4

Open Eoin-McMahon opened 4 years ago

Eoin-McMahon commented 4 years ago

issue is described in the title, is there a pretrained model that I can use stored on google drive or something? My system would take weeks to train if I let it.

pkouris commented 4 years ago

@Eoin-McMahon, Google Colaboratory provides GPU resources. You should move the code to a Jupyter Notebook for training on GPUs. Also, similar platforms such as Kaggle Kernels, Microsoft Azure and IBM Watson provide solutions of Jupyter notebooks but I do not remember which of them supports GPUs.