🌐 [i18n-KO] Translated language-modeling.mdx (#23969)

* docs: ko: `language_modeling.mdx`

* feat: nmt draft

* fix: manual edits

* fix: add inline toc

* fix: typo in toc_tree.yml

* fix: resolve suggestions

Co-authored-by: Sohyun Sim <96299403+sim-so@users.noreply.github.com>

---------

Co-authored-by: Sohyun Sim <96299403+sim-so@users.noreply.github.com>
This commit is contained in:
Wonhyeong Seo
2023-06-06 22:08:26 +09:00
committed by GitHub
parent 7631db0fdc
commit c938597657
2 changed files with 415 additions and 2 deletions

View File

@@ -30,8 +30,8 @@
title: 토큰 분류
- local: tasks/question_answering
title: 질의 응답(Question Answering)
- local: in_translation
title: (번역중) Causal language modeling
- local: tasks/language_modeling
title: 인과적 언어 모델링(Causal language modeling)
- local: tasks/masked_language_modeling
title: 마스킹된 언어 모델링(Masked language modeling)
- local: tasks/translation