1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
<!--โ ๏ธ Note that this file is in Markdown but contains specific syntax for our doc-builder (similar to MDX) that may not be
rendered properly in your Markdown viewer.
-->
# ๐ค Hub ํด๋ผ์ด์ธํธ ๋ผ์ด๋ธ๋ฌ๋ฆฌ [[hub-client-library]]
`huggingface_hub` ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ [Hugging Face Hub](https://hf.co)์ ์ํธ์์ฉํ ์ ์๊ฒ ํด์ค๋๋ค. Hugging Face Hub๋ ์ฐฝ์์์ ํ์
์๋ฅผ ์ํ ๋จธ์ ๋ฌ๋ ํ๋ซํผ์
๋๋ค. ์ฌ๋ฌ๋ถ์ ํ๋ก์ ํธ์ ์ ํฉํ ์ฌ์ ํ๋ จ๋ ๋ชจ๋ธ๊ณผ ๋ฐ์ดํฐ์
์ ๋ฐ๊ฒฌํ๊ฑฐ๋, Hub์ ํธ์คํ
๋ ์๋ฐฑ ๊ฐ์ ๋จธ์ ๋ฌ๋ ์ฑ๋ค์ ์ฌ์ฉํด๋ณด์ธ์. ๋ํ, ์ฌ๋ฌ๋ถ์ด ๋ง๋ ๋ชจ๋ธ๊ณผ ๋ฐ์ดํฐ์
์ ์ปค๋ฎค๋ํฐ์ ๊ณต์ ํ ์๋ ์์ต๋๋ค. `huggingface_hub` ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ ํ์ด์ฌ์ผ๋ก ์ด ๋ชจ๋ ๊ฒ์ ๊ฐ๋จํ๊ฒ ํ ์ ์๋ ๋ฐฉ๋ฒ์ ์ ๊ณตํฉ๋๋ค.
`huggingface_hub` ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ฅผ ์ฌ์ฉํ๊ธฐ ์ํ [๋น ๋ฅธ ์์ ๊ฐ์ด๋](quick-start)๋ฅผ ์ฝ์ด๋ณด์ธ์. Hub์์ ํ์ผ์ ๋ค์ด๋ก๋ํ๊ฑฐ๋, ๋ ํฌ์งํ ๋ฆฌ๋ฅผ ์์ฑํ๊ฑฐ๋, ํ์ผ์ ์
๋ก๋ํ๋ ๋ฐฉ๋ฒ์ ๋ฐฐ์ธ ์ ์์ต๋๋ค. ๊ณ์ ์ฝ์ด๋ณด๋ฉด, ๐ค Hub์์ ์ฌ๋ฌ๋ถ์ ๋ ํฌ์งํ ๋ฆฌ๋ฅผ ์ด๋ป๊ฒ ๊ด๋ฆฌํ๊ณ , ํ ๋ก ์ ์ด๋ป๊ฒ ์ฐธ์ฌํ๊ณ , ์ถ๋ก API์ ์ด๋ป๊ฒ ์ ๊ทผํ๋์ง ์์๋ณผ ์ ์์ต๋๋ค.
<div class="mt-10">
<div class="w-full flex flex-col space-y-4 md:space-y-0 md:grid md:grid-cols-2 md:gap-y-4 md:gap-x-5">
<a class="!no-underline border dark:border-gray-700 p-5 rounded-lg shadow hover:shadow-lg" href="./guides/overview">
<div class="w-full text-center bg-gradient-to-br from-indigo-400 to-indigo-500 rounded-lg py-1.5 font-semibold mb-5 text-white text-lg leading-relaxed">How-to ๊ฐ์ด๋</div>
<p class="text-gray-700">ํน์ ๋ชฉํ๋ฅผ ๋ฌ์ฑํ๋ ๋ฐ ๋์์ด ๋๋ ์ค์ฉ์ ์ธ ๊ฐ์ด๋์
๋๋ค. huggingface_hub๋ก ์ค์ ๋ฌธ์ ๋ฅผ ํด๊ฒฐํ๋ ๋ฐฉ๋ฒ์ ๋ฐฐ์ฐ๋ ค๋ฉด ์ด ๊ฐ์ด๋๋ค์ ์ดํด๋ณด์ธ์.</p>
</a>
<a class="!no-underline border dark:border-gray-700 p-5 rounded-lg shadow hover:shadow-lg" href="./package_reference/overview">
<div class="w-full text-center bg-gradient-to-br from-purple-400 to-purple-500 rounded-lg py-1.5 font-semibold mb-5 text-white text-lg leading-relaxed">๋ผ์ด๋ธ๋ฌ๋ฆฌ ๋ ํผ๋ฐ์ค</div>
<p class="text-gray-700">huggingface_hub์ ํด๋์ค์ ๋ฉ์๋์ ๋ํ ์์ ํ๊ณ ๊ธฐ์ ์ ์ธ ์ค๋ช
์
๋๋ค.</p>
</a>
<a class="!no-underline border dark:border-gray-700 p-5 rounded-lg shadow hover:shadow-lg" href="./concepts/git_vs_http">
<div class="w-full text-center bg-gradient-to-br from-pink-400 to-pink-500 rounded-lg py-1.5 font-semibold mb-5 text-white text-lg leading-relaxed">๊ฐ๋
๊ฐ์ด๋</div>
<p class="text-gray-700">huggingface_hub์ ์ฒ ํ์ ๋ ์ ์ดํดํ๊ธฐ ์ํ ๊ณ ์์ค์ ์ค๋ช
์
๋๋ค.</p>
</a>
</div>
</div>
<!--
<a class="!no-underline border dark:border-gray-700 p-5 rounded-lg shadow hover:shadow-lg" href="./tutorials/overview"
><div class="w-full text-center bg-gradient-to-br from-blue-400 to-blue-500 rounded-lg py-1.5 font-semibold mb-5 text-white text-lg leading-relaxed">Tutorials</div>
<p class="text-gray-700">Learn the basics and become familiar with using huggingface_hub to programmatically interact with the ๐ค Hub!</p>
</a> -->
## ๊ธฐ์ฌํ๊ธฐ [[contribute]]
`huggingface_hub`์ ๋ํ ๋ชจ๋ ๊ธฐ์ฌ๋ฅผ ํ์ํ๋ฉฐ, ์์คํ ์๊ฐํฉ๋๋ค! ๐ค ์ฝ๋์์ ๊ธฐ์กด์ ์ด์๋ฅผ ์ถ๊ฐํ๊ฑฐ๋ ์์ ํ๋ ๊ฒ ์ธ์๋, ๋ฌธ์๋ฅผ ์ ํํ๊ณ ์ต์ ์ผ๋ก ์ ์งํ๋๋ก ๊ฐ์ ํ๊ฑฐ๋, ์ด์์ ๋ํ ์ง๋ฌธ์ ๋ตํ๊ฑฐ๋, ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ฅผ ๊ฐ์ ํ ์ ์๋ค๊ณ ์๊ฐํ๋ ์๋ก์ด ๊ธฐ๋ฅ์ ์์ฒญํ๋ ๊ฒ๋ ์ปค๋ฎค๋ํฐ์ ๋์์ด ๋ฉ๋๋ค. ์๋ก์ด ์ด์๋ ๊ธฐ๋ฅ ์์ฒญ์ ์ ์ถํ๋ ๋ฐฉ๋ฒ, PR์ ์ ์ถํ๋ ๋ฐฉ๋ฒ, ๊ธฐ์ฌํ ๋ด์ฉ์ ํ
์คํธํ์ฌ ๋ชจ๋ ๊ฒ์ด ์์๋๋ก ์๋ํ๋์ง ํ์ธํ๋ ๋ฐฉ๋ฒ ๋ฑ์ ๋ํด ๋ ์์๋ณด๋ ค๋ฉด [๊ธฐ์ฌ
๊ฐ์ด๋](https://github.com/huggingface/huggingface_hub/blob/main/CONTRIBUTING.md)๋ฅผ ์ดํด๋ณด์ธ์.
๊ธฐ์ฌ์๋ค์ ๋ํ ๋ชจ๋ ์ฌ๋๋ค์ ์ํด ํฌ๊ด์ ์ด๊ณ ํ์๋ฐ๋ ํ์
๊ณต๊ฐ์ ๋ง๋ค๊ธฐ ์ํด ์ฐ๋ฆฌ์ [ํ๋
๊ฐ๋ น](https://github.com/huggingface/huggingface_hub/blob/main/CODE_OF_CONDUCT.md)์ ์ค์ํด์ผ ํฉ๋๋ค.
|