yangjianxin1 / GPT2-chitchat

GPT2 for Chinese chitchat/用于中文闲聊的GPT2模型(实现了DialoGPT的MMI思想)
2.99k stars 680 forks source link

训练时的一些错误 #115

Open gittyspirit opened 1 year ago

gittyspirit commented 1 year ago

OSError: model_epoch40_50w is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models' If this is a private repository, make sure to pass a token having permission to this repo withuse_auth_tokenor log in withhuggingface-cli loginand passuse_auth_token=True.

我已经登录了HuggingFace账户,请问use_auth_token应如何修改?

Whylickspittle commented 1 year ago

我也遇到了这个问题,但是在上周的时候这个问题还不存在,我也不知道更新了什么。之前这个命令应该是直接调用选择model文件夹下预训练的权重文件,现在是得自己Hugging Face仓库下的?
我现在是通过修改interact.py文件夹下的 parser.add_argument('--model_path', default='model/model_epoch40_50w', type=str, required=False, help='对话模型路径') 修改默认的model_path参数下的默认model位置运行,你有好的解决办法嘛