国内如何下载huggingface模型、数据集

镜像网站1:https://hf-mirror.com/
镜像网站2:https://aliendao.cn/#/

可以直接使用wget下载

镜像1也可以在终端直接

export HF_ENDPOINT=https://hf-mirror.com
huggingface-cli download --resume-download --local-dir-use-symlinks False bigscience/bloom-560m --local-dir bloom-560m

若没有安装依赖,则

pip install -U huggingface_hub

你可能感兴趣的:(配置,深度学习)