Open gittyspirit opened 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位置运行,你有好的解决办法嘛
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 with
use_auth_tokenor log in with
huggingface-cli loginand pass
use_auth_token=True.
我已经登录了HuggingFace账户,请问
use_auth_token
应如何修改?