-
Notifications
You must be signed in to change notification settings - Fork 601
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🌐 [i18n-KO] Translated
package_reference/mixins.md
to Korean (#2166)
* docs: ko: package_reference/mixins.md * feat: nmt draft * fix: manual edits * fix: resolve suggestions * fix: resolve suggestions Co-authored-by: Chulhwa (Evan) Han <cjfghk5697@ajou.ac.kr> * fix: resolve suggestions Co-authored-by: Seoyoung Kim <79852630+seoyoung-3060@users.noreply.github.com> * fix: resolve suggestions --------- Co-authored-by: Chulhwa (Evan) Han <cjfghk5697@ajou.ac.kr> Co-authored-by: Seoyoung Kim <79852630+seoyoung-3060@users.noreply.github.com> Co-authored-by: Lucain <lucainp@gmail.com>
- Loading branch information
1 parent
fa8ed4d
commit b5a95f0
Showing
2 changed files
with
39 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |