{"id":31694929,"url":"https://github.com/yankeexe/hf-dowloader","last_synced_at":"2025-10-08T16:43:40.944Z","repository":{"id":317263563,"uuid":"1064943146","full_name":"yankeexe/hf-dowloader","owner":"yankeexe","description":"HuggingFace Downloader using aria2c","archived":false,"fork":false,"pushed_at":"2025-09-29T21:45:25.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-29T22:13:02.096Z","etag":null,"topics":["dataset","dataset-downlaoder","downloader","generativeai","hf","huggingface","model-downloader","models"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yankeexe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-26T19:53:55.000Z","updated_at":"2025-09-29T21:45:28.000Z","dependencies_parsed_at":"2025-09-29T22:13:05.087Z","dependency_job_id":"9f028b82-60ca-4bd7-aa18-a7a023a58d71","html_url":"https://github.com/yankeexe/hf-dowloader","commit_stats":null,"previous_names":["yankeexe/hf-dowloader"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/yankeexe/hf-dowloader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yankeexe%2Fhf-dowloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yankeexe%2Fhf-dowloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yankeexe%2Fhf-dowloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yankeexe%2Fhf-dowloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yankeexe","download_url":"https://codeload.github.com/yankeexe/hf-dowloader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yankeexe%2Fhf-dowloader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278980747,"owners_count":26079621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dataset","dataset-downlaoder","downloader","generativeai","hf","huggingface","model-downloader","models"],"created_at":"2025-10-08T16:43:37.801Z","updated_at":"2025-10-08T16:43:40.927Z","avatar_url":"https://github.com/yankeexe.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🤗 HuggingFace Downloader\n\nFast parallel downloader for HuggingFace repositories using aria2c.\n\n## Usage\n\n```bash\n./hf.sh \u003crepo_name\u003e [OPTIONS]\n```\n\n## Examples\n\n```bash\n# Download a model\n./hf.sh Qwen/Qwen2.5-0.5B\n\n# Download a dataset\n./hf.sh HuggingFaceFW/fineweb-2 -ds\n\n# Download with custom settings\n./hf.sh Qwen/Qwen2.5-0.5B -x 16 -s 10 -d ./models\n\n# Interactive file selection\n./hf.sh Qwen/Qwen2.5-0.5B -i\n\n# Exclude specific file patterns\n./hf.sh Qwen/Qwen2.5-0.5B --exclude \"*.sh,*.md,*.yaml\"\n```\n\n## Options\n\n- `-ds` - Download as dataset (default: disabled)\n- `-i` - Interactively select files to download (default: disabled)\n- `-x \u003cnum\u003e` - Connections per server (default: 8)\n- `-s \u003cnum\u003e` - Number of splits (default: 20)\n- `-k \u003csize\u003e` - Min split size (default: 1M)\n- `-V \u003ctrue|false\u003e` - Verify integrity (default: true)\n- `-c \u003ctrue|false\u003e` - Continue downloading (default: true)\n- `-d \u003cdir\u003e` - Download directory (default: repo_name)\n- `--console-log-level \u003clvl\u003e` - Console log level (default: error)\n- `--download-result \u003cres\u003e` - Download result (default: full)\n- `--summary-interval \u003csec\u003e` - Summary interval (default: 10)\n- `--exclude \u003cpatterns\u003e` - Comma-separated glob patterns to exclude files (e.g., *.sh,*.md,*.yaml)\n- `--token \u003ctoken\u003e` - HuggingFace token for private repos\n- `-h, --help` - Show help\n\n## Requirements\n\n- aria2c\n- Python with huggingface_hub\n- fzf (for interactive mode)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyankeexe%2Fhf-dowloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyankeexe%2Fhf-dowloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyankeexe%2Fhf-dowloader/lists"}