# DeepLearning
下载 HuggingFace 模型
Using the Hugging Face Client Library
from huggingface_hub import hf_hub_download
import joblib
REPO_ID = "YOUR_REPO_ID"
FILENAME = "sklearn_model.joblib"
model = joblib.load(
hf_hub_download(repo_id=REPO_ID, filename=FILENAME)
)
Using Git
git lfs install
git clone git@hf.co:<MODEL ID> # example: git clone git@hf.co:bigscience/bloom
Faster
pip install huggingface_hub[hf_transfer]
HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download ...
Awesome Models
放一些觉得以后可能会用得到的模型
版面分析
- qihoo360/360LayoutAnalysis