{"id":3698,"date":"2024-05-11T12:33:17","date_gmt":"2024-05-11T04:33:17","guid":{"rendered":"https:\/\/www.aqwu.net\/wp\/?p=3698"},"modified":"2024-05-11T12:34:47","modified_gmt":"2024-05-11T04:34:47","slug":"%e4%b8%8b%e8%bd%bdhugging-face%e6%a8%a1%e5%9e%8b%e7%9a%84%e5%9b%bd%e5%86%85%e7%ab%99%e7%82%b9","status":"publish","type":"post","link":"https:\/\/www.aqwu.net\/wp\/?p=3698","title":{"rendered":"\u4e0b\u8f7dHugging Face\u6a21\u578b\u7684\u56fd\u5185\u7ad9\u70b9"},"content":{"rendered":"\n<p>\u4eca\u5929\u63a8\u8350\u4e00\u4e2a HuggingFace \u7684\u7f51\u7ad9<\/p>\n\n\n\n<p><a href=\"https:\/\/hf-mirror.com\">https:\/\/hf-mirror.com<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u65b9\u6cd5\u4e00\uff1a\u7f51\u9875\u4e0b\u8f7d<\/h3>\n\n\n\n<p>\u5728\u672c\u7ad9\u641c\u7d22\uff0c\u5e76\u5728\u6a21\u578b\u4e3b\u9875\u7684<code>Files and Version<\/code>\u4e2d\u4e0b\u8f7d\u6587\u4ef6\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u65b9\u6cd5\u4e8c\uff1ahuggingface-cli<\/h3>\n\n\n\n<p><a href=\"https:\/\/hf-mirror.com\/docs\/huggingface_hub\/guides\/download#download-from-the-cli\"><code>huggingface-cli<\/code> <\/a>\u662f Hugging Face \u5b98\u65b9\u63d0\u4f9b\u7684\u547d\u4ee4\u884c\u5de5\u5177\uff0c\u81ea\u5e26\u5b8c\u5584\u7684\u4e0b\u8f7d\u529f\u80fd\u3002<strong>1. \u5b89\u88c5\u4f9d\u8d56<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>pip install -U huggingface_hub<\/code><\/pre>\n\n\n\n<p><strong>2. \u8bbe\u7f6e\u73af\u5883\u53d8\u91cf<\/strong><br><em>Linux<\/em><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>export HF_ENDPOINT=https:\/\/hf-mirror.com<\/code><\/pre>\n\n\n\n<p><em>Windows Powershell<\/em><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$env:HF_ENDPOINT = \"https:\/\/hf-mirror.com\"<\/code><\/pre>\n\n\n\n<p>\u5efa\u8bae\u5c06\u4e0a\u9762\u8fd9\u4e00\u884c\u5199\u5165 <code>~\/.bashrc<\/code>\u3002<br><strong>3.1 \u4e0b\u8f7d\u6a21\u578b<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>huggingface-cli download --resume-download gpt2 --local-dir gpt2<\/code><\/pre>\n\n\n\n<p><strong>3.2 \u4e0b\u8f7d\u6570\u636e\u96c6<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>huggingface-cli download --repo-type dataset --resume-download wikitext --local-dir wikitext<\/code><\/pre>\n\n\n\n<p>\u53ef\u4ee5\u6dfb\u52a0 <code>--local-dir-use-symlinks False<\/code> \u53c2\u6570\u7981\u7528\u6587\u4ef6\u8f6f\u94fe\u63a5\uff0c\u8fd9\u6837\u4e0b\u8f7d\u8def\u5f84\u4e0b\u6240\u89c1\u5373\u6240\u5f97\uff0c\u8be6\u7ec6\u89e3\u91ca\u8bf7\u89c1\u4e0a\u9762\u63d0\u5230\u7684\u6559\u7a0b\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u65b9\u6cd5\u4e09\uff1a\u4f7f\u7528 hfd<\/h3>\n\n\n\n<p><strong><a href=\"https:\/\/gist.github.com\/padeoe\/697678ab8e528b85a2a7bddafea1fa4f\">hfd<\/a><\/strong> \u662f\u672c\u7ad9\u5f00\u53d1\u7684 huggingface \u4e13\u7528\u4e0b\u8f7d\u5de5\u5177\uff0c\u57fa\u4e8e\u6210\u719f\u5de5\u5177 <code>git+aria2<\/code>\uff0c\u53ef\u4ee5\u505a\u5230\u7a33\u5b9a\u4e0b\u8f7d\u4e0d\u65ad\u7ebf\u3002<strong>1. \u4e0b\u8f7dhfd<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wget https:\/\/hf-mirror.com\/hfd\/hfd.sh<br>chmod a+x hfd.sh<\/code><\/pre>\n\n\n\n<p><strong>2. \u8bbe\u7f6e\u73af\u5883\u53d8\u91cf<\/strong><br><em>Linux<\/em><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>export HF_ENDPOINT=https:\/\/hf-mirror.com<\/code><\/pre>\n\n\n\n<p><em>Windows Powershell<\/em><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$env:HF_ENDPOINT = \"https:\/\/hf-mirror.com\"<\/code><\/pre>\n\n\n\n<p><strong>3.1 \u4e0b\u8f7d\u6a21\u578b<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>.\/hfd.sh gpt2 --tool aria2c -x 4<\/code><\/pre>\n\n\n\n<p><strong>3.2 \u4e0b\u8f7d\u6570\u636e\u96c6<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>.\/hfd.sh wikitext --dataset --tool aria2c -x 4<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">\u65b9\u6cd5\u56db\uff1a\u4f7f\u7528\u73af\u5883\u53d8\u91cf\uff08\u975e\u4fb5\u5165\u5f0f\uff09<\/h3>\n\n\n\n<p>\u975e\u4fb5\u5165\u5f0f\uff0c\u80fd\u89e3\u51b3\u5927\u90e8\u5206\u60c5\u51b5\u3002huggingface \u5de5\u5177\u94fe\u4f1a\u83b7\u53d6<code>HF_ENDPOINT<\/code>\u73af\u5883\u53d8\u91cf\u6765\u786e\u5b9a\u4e0b\u8f7d\u6587\u4ef6\u6240\u7528\u7684\u7f51\u5740\uff0c\u6240\u4ee5\u53ef\u4ee5\u4f7f\u7528\u901a\u8fc7\u8bbe\u7f6e\u53d8\u91cf\u6765\u89e3\u51b3\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>HF_ENDPOINT=https:\/\/hf-mirror.com python your_script.py<\/code><\/pre>\n\n\n\n<p>\u4e0d\u8fc7\u6709\u4e9b\u6570\u636e\u96c6\u6709\u5185\u7f6e\u7684\u4e0b\u8f7d\u811a\u672c\uff0c\u90a3\u5c31\u9700\u8981\u624b\u52a8\u6539\u4e00\u4e0b\u811a\u672c\u5185\u7684\u5730\u5740\u6765\u5b9e\u73b0\u4e86\u3002<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4eca\u5929\u63a8\u8350\u4e00\u4e2a HuggingFace \u7684\u7f51\u7ad9 https:\/\/hf-mirror.com \u65b9\u6cd5\u4e00\uff1a\u7f51\u9875\u4e0b\u8f7d \u5728 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[444],"tags":[],"class_list":["post-3698","post","type-post","status-publish","format-standard","hentry","category-ai"],"views":5313,"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/www.aqwu.net\/wp\/index.php?rest_route=\/wp\/v2\/posts\/3698","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.aqwu.net\/wp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.aqwu.net\/wp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.aqwu.net\/wp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aqwu.net\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3698"}],"version-history":[{"count":2,"href":"https:\/\/www.aqwu.net\/wp\/index.php?rest_route=\/wp\/v2\/posts\/3698\/revisions"}],"predecessor-version":[{"id":3700,"href":"https:\/\/www.aqwu.net\/wp\/index.php?rest_route=\/wp\/v2\/posts\/3698\/revisions\/3700"}],"wp:attachment":[{"href":"https:\/\/www.aqwu.net\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3698"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.aqwu.net\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3698"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.aqwu.net\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3698"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}