https://huggingface.co/google-bert/bert-base-chinese/tree/main
pip install -U huggingface_hub
export HF_ENDPOINT="https://hf-mirror.com"
huggingface-cli download google-bert/bert-base-chinese \
--local-dir ./models/bert-base-chinese \
--local-dir-use-symlinks False