解决OSError: We couldn‘t connect to ‘https://huggingface.co‘ to load this model,无法连接huggingface,采用本地连接

OSError: We couldn't connect to 'https://huggingface.co' to load this model, couldn't find it in the cached files and it looks like albert-base-v2_output is not the path to a directory containing a config.json file.
Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'.

由于无法命令行连接huggingface,采用本地路径的方式。但是一共有三种方法连接模型

load标准预训练模型:huggingface标准预训练模型(国内一般行不通)

model = ClassificationModel(
    "roberta", "roberta-base"
)

load社区预训练模型:(国内一般也不行)

model = ClassificationModel(
    "bert", "KB/bert-base-swedish-cased"
)

load本地预训练模型

outputs/best_model为本地保存模型

model = ClassificationModel(
    "bert", "outputs/best_model"
)

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 3
    评论
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值