neulab / guided_summarization

GSum: A General Framework for Guided Neural Abstractive Summarization
MIT License
113 stars 27 forks source link

trouble running model #48

Open git-ekeh opened 2 years ago

git-ekeh commented 2 years ago

I'm getting stuck trying to get the model to run all the files in the data_path. I'm currently getting a IsADirectoryError: [Errno 21] error: "IsADirectoryError: [Errno 21] Is a directory: '/content/guided_summarization/bert/data_path/bert_data_new/cnndm' ".

Can you let me know what I am doing wrong?

zdou0830 commented 2 years ago

Hi, it seems that your data path is wrong. you can follow this repo to set the data path.

git-ekeh commented 2 years ago

Thank you