Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

๐ŸŒ [i18n-KO] Translated package_reference/mixins.md to Korean #2166

Merged
merged 10 commits into from
Apr 25, 2024
4 changes: 2 additions & 2 deletions docs/source/ko/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
title: ํ—ˆ๊น…ํŽ˜์ด์Šค Hub API
- local: package_reference/file_download
title: ํŒŒ์ผ ๋‹ค์šด๋กœ๋“œํ•˜๊ธฐ
- local: in_translation
title: (๋ฒˆ์—ญ ์ค‘) Mixins & serialization methods
- local: package_reference/mixins
title: ๋ฏน์Šค์ธ & ์ง๋ ฌํ™” ๋ฉ”์†Œ๋“œ
- local: package_reference/inference_types
title: ์ถ”๋ก  ํƒ€์ž…
- local: package_reference/inference_client
Expand Down
37 changes: 37 additions & 0 deletions docs/source/ko/package_reference/mixins.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!--โš ๏ธ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
rendered properly in your Markdown viewer.
-->

# ๋ฏน์Šค์ธ & ์ง๋ ฌํ™” ๋ฉ”์†Œ๋“œ[[mixins--serialization-methods]]

## ๋ฏน์Šค์ธ[[mixins]]

`huggingface_hub` ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ๋Š” ๊ฐ์ฒด์— ํ•จ์ˆ˜๋“ค์˜ ์—…๋กœ๋“œ ๋ฐ ๋‹ค์šด๋กœ๋“œ ๊ธฐ๋Šฅ์„ ์†์‰ฝ๊ฒŒ ์ œ๊ณตํ•˜๊ธฐ ์œ„ํ•ด์„œ, ๋ถ€๋ชจ ํด๋ž˜์Šค๋กœ ์‚ฌ์šฉ๋  ์ˆ˜ ์žˆ๋Š” ๋‹ค์–‘ํ•œ ๋ฏน์Šค์ธ์„ ์ œ๊ณตํ•ฉ๋‹ˆ๋‹ค.
ML ํ”„๋ ˆ์ž„์›Œํฌ๋ฅผ Hub์™€ ํ†ตํ•ฉํ•˜๋Š” ๋ฐฉ๋ฒ•์€ [ํ†ตํ•ฉ ๊ฐ€์ด๋“œ](../guides/integrations)๋ฅผ ํ†ตํ•ด ๋ฐฐ์šธ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

### ์ œ๋„ค๋ฆญ[[huggingface_hub.ModelHubMixin]]

[[autodoc]] ModelHubMixin
- all
- _save_pretrained
- _from_pretrained

### PyTorch[[huggingface_hub.PyTorchModelHubMixin]]

[[autodoc]] PyTorchModelHubMixin

### Keras[[huggingface_hub.KerasModelHubMixin]]

[[autodoc]] KerasModelHubMixin

[[autodoc]] from_pretrained_keras

[[autodoc]] push_to_hub_keras

[[autodoc]] save_pretrained_keras

### Fastai[[huggingface_hub.from_pretrained_fastai]]

[[autodoc]] from_pretrained_fastai

[[autodoc]] push_to_hub_fastai
Loading