From 9c61ba2f25ce9393a7052c94caf6f7e80aad0d5f Mon Sep 17 00:00:00 2001 From: Yijun Lee <119404328+yijun-lee@users.noreply.github.com> Date: Tue, 8 Oct 2024 07:05:00 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20[i18n-KO]=20Translated=20`time?= =?UTF-8?q?=5Fseries=5Futils.md`=20to=20Korean=20(#33806)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: ko: time_series_utils.md * feat: nmt draft * fix: manual edits --- docs/source/ko/_toctree.yml | 4 +-- docs/source/ko/internal/time_series_utils.md | 29 ++++++++++++++++++++ 2 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 docs/source/ko/internal/time_series_utils.md diff --git a/docs/source/ko/_toctree.yml b/docs/source/ko/_toctree.yml index 583dd79736..6896b09a3c 100644 --- a/docs/source/ko/_toctree.yml +++ b/docs/source/ko/_toctree.yml @@ -767,7 +767,7 @@ title: 오디오 처리를 위한 유틸리티 - local: in_translation title: (번역중) General Utilities - - local: in_translation - title: (번역중) Utilities for Time Series + - local: internal/time_series_utils + title: 시계열을 위한 유틸리티 title: (번역중) Internal Helpers title: (번역중) API \ No newline at end of file diff --git a/docs/source/ko/internal/time_series_utils.md b/docs/source/ko/internal/time_series_utils.md new file mode 100644 index 0000000000..5729924575 --- /dev/null +++ b/docs/source/ko/internal/time_series_utils.md @@ -0,0 +1,29 @@ + + +# 시계열 유틸리티 [[time-series-utilities]] + +이 페이지는 시계열 기반 모델에서 사용할 수 있는 유틸리티 함수와 클래스들을 나열합니다. + +이 함수들 대부분은 시계열 모델의 코드를 연구하거나 분포 출력 클래스의 컬렉션에 추가하려는 경우에만 유용합니다. + +## 분포 출력 (Distributional Output) [[transformers.time_series_utils.NormalOutput]] + +[[autodoc]] time_series_utils.NormalOutput + +[[autodoc]] time_series_utils.StudentTOutput + +[[autodoc]] time_series_utils.NegativeBinomialOutput