1. 基础信息
huggingface的模型排行榜(需要翻墙):https://huggingface.co/spaces/mteb/leaderboard
2. 下载模型
2.1 手动一个个下载(方式1)
2. 使用huggingface-cli下载(方式2)
pip install -U huggingface_hub hf_transfer
export HF_ENDPOINT=https://hf-mirror.com
huggingface-cli download --resume-download thenlper/gte-large-zh --local-dir D://hf_model/gte-large-zh