a55d0f5
1
2
3
4
5
6
7
8
from huggingface_hub import snapshot_download snapshot_download( repo_id="Prummn/TUT_subset", # 或 dataset repo repo_type="dataset", # 数据集用 "dataset" local_dir="./", )