当前位置:   article > 正文

解决 python 中的 huggingface_hub_huggingface_hub.utils._validators.hfvalidationerro

huggingface_hub.utils._validators.hfvalidationerror: repo id must be in the

解决 python 中的 huggingface_hub.utils._validators.HFValidationError Repo id must be in the form repo_name or name 问题

在使用 python 的 huggingface_hub 库时,有时候会遇到类似于“huggingface_hub.utils._validators.HFValidationError Repo id must be in the form repo_name or name”的错误提示。这个错误的原因是在传入库的 ID 时格式不正确导致的,我们可以通过对 ID 进行修改来解决这个问题。

首先,让我们来看一个简单的例子:

from huggingface_hub import hf_hub_url, HfFolder, cached_download, hf_hub_id


# 加载模型
model_id = 'username/repo_name/model_name'
model_url = hf_hub_url(model_id)
  • 1
  • 2
  • 3
  • 4
  • 5
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/99011
推荐阅读
相关标签
  

闽ICP备14008679号