Skip to content

Commit

Permalink
[ko] Add chapter 8 translation (huggingface#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfrnaos19 authored Dec 23, 2022
1 parent a9cb468 commit 2880e37
Show file tree
Hide file tree
Showing 10 changed files with 2,133 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This repo contains the content that's used to create the **[Hugging Face course]
| [Bahasa Indonesia](https://huggingface.co/course/id/chapter1/1) (WIP) | [`chapters/id`](https://github.com/huggingface/course/tree/main/chapters/id) | [@gstdl](https://github.com/gstdl) |
| [Italian](https://huggingface.co/course/it/chapter1/1) (WIP) | [`chapters/it`](https://github.com/huggingface/course/tree/main/chapters/it) | [@CaterinaBi](https://github.com/CaterinaBi), [@ClonedOne](https://github.com/ClonedOne), [@Nolanogenn](https://github.com/Nolanogenn), [@EdAbati](https://github.com/EdAbati), [@gdacciaro](https://github.com/gdacciaro) |
| [Japanese](https://huggingface.co/course/ja/chapter1/1) (WIP) | [`chapters/ja`](https://github.com/huggingface/course/tree/main/chapters/ja) | [@hiromu166](https://github.com/@hiromu166), [@younesbelkada](https://github.com/@younesbelkada), [@HiromuHota](https://github.com/@HiromuHota) |
| [Korean](https://huggingface.co/course/ko/chapter1/1) (WIP) | [`chapters/ko`](https://github.com/huggingface/course/tree/main/chapters/ko) | [@Doohae](https://github.com/Doohae), [@wonhyeongseo](https://github.com/wonhyeongseo) |
| [Korean](https://huggingface.co/course/ko/chapter1/1) (WIP) | [`chapters/ko`](https://github.com/huggingface/course/tree/main/chapters/ko) | [@Doohae](https://github.com/Doohae), [@wonhyeongseo](https://github.com/wonhyeongseo), [@dlfrnaos19](https://github.com/dlfrnaos19) |
| [Portuguese](https://huggingface.co/course/pt/chapter1/1) (WIP) | [`chapters/pt`](https://github.com/huggingface/course/tree/main/chapters/pt) | [@johnnv1](https://github.com/johnnv1), [@victorescosta](https://github.com/victorescosta), [@LincolnVS](https://github.com/LincolnVS) |
| [Russian](https://huggingface.co/course/ru/chapter1/1) (WIP) | [`chapters/ru`](https://github.com/huggingface/course/tree/main/chapters/ru) | [@pdumin](https://github.com/pdumin), [@svv73](https://github.com/svv73) |
| [Thai](https://huggingface.co/course/th/chapter1/1) (WIP) | [`chapters/th`](https://github.com/huggingface/course/tree/main/chapters/th) | [@peeraponw](https://github.com/peeraponw), [@a-krirk](https://github.com/a-krirk), [@jomariya23156](https://github.com/jomariya23156), [@ckingkan](https://github.com/ckingkan) |
Expand Down
20 changes: 20 additions & 0 deletions chapters/ko/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,23 @@
sections:
- local: chapter2/1
title: 단원 소개

- title: 8. 도움을 요청하는 방법
sections:
- local: chapter8/1
title: 단원 소개
- local: chapter8/2
title: 에러가 발생했을 때 대응 방법
- local: chapter8/3
title: 포럼에서 도움 요청하기
- local: chapter8/4
title: 학습 파이프라인 디버깅(파이토치)
- local: chapter8/4_tf
title: 학습 파이프라인 디버깅(텐서플로우)
- local: chapter8/5
title: 이슈 리포트 작성하는 법
- local: chapter8/6
title: Part 2 완료!
- local: chapter8/7
title: 단원 마무리 퀴즈
quiz: 1
17 changes: 17 additions & 0 deletions chapters/ko/chapter8/1.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 단원 소개

<CourseFloatingBanner
chapter={8}
classNames="absolute z-10 right-0 top-0"
/>

🤗 Transformers를 활용해 가장 일반적인 NLP 과제를 해결하는 방법을 배웠기 때문에, 이제 스스로 프로젝트를 진행할 차례입니다! 이번 단원에서는 문제가 생겼을 때 해야할 일을 살펴보겠습니다. 이 단원을 읽고 나면 학습 코드를 완벽하게 디버그 하는 방법과, 혼자서 해결할 수 없는 문제에 대해서 커뮤니티에 도움을 청하는 법을 배울 수 있으며, 만약 Huggingface 라이브러리에서 버그를 발견했을 시 해당 버그를 빠르게 해결 하기 위해 리포트하는 가장 좋은 방법을 제시하고자 합니다.

이번 단원에서 배우게 될 상세한 목차입니다.

- 에러가 발생했을 때 처음으로 할 일
- [포럼](https://discuss.huggingface.co/)에 도움을 요청하는 방법
- 학습 파이프라인을 디버그 하는 방법
- 이슈 리포트 작성하는 법

위 내용은 🤗 Transformers나 Huggingface 에코시스템과 특별히 관련 있는 것은 아니지만 대부분의 오픈 소스 프로젝트에 적용할 수 있습니다
Loading

0 comments on commit 2880e37

Please sign in to comment.