2023-03-01 Hugging face下载单独文件
2023-02-28 本文已影响0人
午字横
!pip install huggingface_hub
from huggingface_hub import hf_hub_download
hf_hub_download(repo_id="lysandre/arxiv-nlp", filename="config.json")
image.png
!pip install huggingface_hub
from huggingface_hub import hf_hub_download
hf_hub_download(repo_id="lysandre/arxiv-nlp", filename="config.json")
image.png