apt install git lfs 或者下載二進制文件加到環境變量
https://github.com/git-lfs/git-lfs/releases
git lfs install
git lfs clone huggingface文件路徑
如果訪問不了hugggingface.co用hf-mirror.com替代,國內下載速度還是挺快的
先按照pip install modelscope
modelscope download --dataset ddzhu123/seq-monkey --local_dir seq-monkey
如果這樣下載不了
$ git lfs install
$ git clone https://huggingface.co/pkufool/icefall_asr_aishell_tdnn_lstm_ctc
換成這樣下載
git lfs install
git clone https://hf-mirror.com/pkufool/icefall_asr_aishell_tdnn_lstm_ctc
url = "http://www.openslr.org/resources/11"url = "http://openslr.magicdatatech.com/resources/11"