chujiezheng / CoMAE

Codes and data for the ACL 2021-Findings paper: CoMAE: A Multi-factor Hierarchical Framework for Empathetic Response Generation
39 stars 6 forks source link

Authorization error #12

Closed Bushramjad closed 2 years ago

Bushramjad commented 2 years ago

Hi, I am getting this authorization error while executing the prepare.py file that leads to file_utils.py in the utils folder. Is there some kind of private model? how can I fix this?

Hoping to get a reply soon!

Screenshot 2022-09-04 225152

chujiezheng commented 2 years ago

Do you use the relative path for "tokenizer_path" (e.g., "./GPT2-small") in codes/CONFIG/comae/comae.json?

Bushramjad commented 2 years ago

Yes, it worked by setting the relative path. Thanks Alot!