megagonlabs / sato

Code and data for Sato https://arxiv.org/abs/1911.06311.
Apache License 2.0
107 stars 40 forks source link

Cannot run the demo due to missing LDA model #25

Open mewim opened 2 years ago

mewim commented 2 years ago

Hi,

I am trying to run the demo server locally. However, it fails to start due to a FileNotFoundError error.

FileNotFoundError: [Errno 2] No such file or directory: '/home/test/sato/topic_model/LDA_cache/type78/model_num-directstr_thr-0_tn-400'

I see that the file is ignored in https://github.com/megagonlabs/sato/blob/c19ace3bc7d216dbb3442e2d6c7794df097ba1f7/.gitignore#L6

Does it mean I would have to download the whole corpus and train the LDA model from scratch? Could I download it from somewhere instead?

Thank you.

KentonParton commented 2 years ago

It would be great if a trained model was included in the repo so that we don't have to retrain one. Would this be possible? @cagataydemiralp @horseno @suhara