You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
使用AutoModelForSequenceClassification.from_pretrained()方法加载预训练模型进行文本分类任务时,出现多个模型无法下载的情况,例如macbert-large-chinese、hfl/roberta-wwm-ext、albert-chinese-base等。所报错误描述均为:OSError: Can't load the model for '预训练模型名称'. If you were trying to load it from 'https://paddlenlp.bj.bcebos.com'
开发环境:
paddlenlp 2.7.0
paddlepaddle-gpu 2.6.2
请问是什么原因,谢谢!
The text was updated successfully, but these errors were encountered:
下载macbert-large-chinese时出现错误为:
OSError: Does not appear one of the ['https://bj.bcebos.com/paddlenlp/models/transformers/macbert/macbert-large-chinese.pdparams'] in macbert-large-chinese.
请提出你的问题
使用AutoModelForSequenceClassification.from_pretrained()方法加载预训练模型进行文本分类任务时,出现多个模型无法下载的情况,例如macbert-large-chinese、hfl/roberta-wwm-ext、albert-chinese-base等。所报错误描述均为:OSError: Can't load the model for '预训练模型名称'. If you were trying to load it from 'https://paddlenlp.bj.bcebos.com'
开发环境:
paddlenlp 2.7.0
paddlepaddle-gpu 2.6.2
请问是什么原因,谢谢!
The text was updated successfully, but these errors were encountered: