From 0c0f08141a4dedc68f6d11a2d1d6ead1e9860dbe Mon Sep 17 00:00:00 2001 From: Sungmin Oh Date: Sat, 30 Mar 2024 02:01:06 +0900 Subject: [PATCH 1/5] docs: ko: package_reference/inference_types.md --- docs/source/ko/_toctree.yml | 2 + .../ko/package_reference/inference_types.md | 346 ++++++++++++++++++ 2 files changed, 348 insertions(+) create mode 100644 docs/source/ko/package_reference/inference_types.md diff --git a/docs/source/ko/_toctree.yml b/docs/source/ko/_toctree.yml index c57fbe4989..efa4b3f79f 100644 --- a/docs/source/ko/_toctree.yml +++ b/docs/source/ko/_toctree.yml @@ -54,6 +54,8 @@ title: (번역 중) Downloading files - local: in_translation title: (번역 중) Mixins & serialization methods + - local: package_reference/inference_types + title: 추론 타입 - local: in_translation title: (번역 중) Inference Client - local: in_translation diff --git a/docs/source/ko/package_reference/inference_types.md b/docs/source/ko/package_reference/inference_types.md new file mode 100644 index 0000000000..58c8fde60b --- /dev/null +++ b/docs/source/ko/package_reference/inference_types.md @@ -0,0 +1,346 @@ + + + + + +# Inference types[[inference-types]] + +이 페이지에는 Hugging Face Hub에서 지원하는 작업유형(예: 데이터 클래스)이 나열되어 있습니다. +각 작업은 JSON 스키마로 표현되며, 이 작성된 JSON 스키마에 의해서 타입이 생성됩니다. 이때 Python 요구사항으로 인해 일부 커스터마이제이션이 있을 수 있습니다. + +각 작업의 JSON 스키마를 확인하시려면 [@huggingface.js/tasks](https://github.com/huggingface/huggingface.js/tree/main/packages/tasks/src/tasks) +를 방문하세요. + +이 라이브러리의 이 부분은 아직 개발 중이며, 향후 릴리스에서 개선될 예정입니다. + + + +## audio_classification[[huggingface_hub.AudioClassificationInput]] + +[[autodoc]] huggingface_hub.AudioClassificationInput + +[[autodoc]] huggingface_hub.AudioClassificationOutputElement + +[[autodoc]] huggingface_hub.AudioClassificationParameters + + + +## audio_to_audio[[huggingface_hub.AudioToAudioInput]] + +[[autodoc]] huggingface_hub.AudioToAudioInput + +[[autodoc]] huggingface_hub.AudioToAudioOutputElement + + + +## automatic_speech_recognition[[huggingface_hub.AutomaticSpeechRecognitionGenerationParameters]] + +[[autodoc]] huggingface_hub.AutomaticSpeechRecognitionGenerationParameters + +[[autodoc]] huggingface_hub.AutomaticSpeechRecognitionInput + +[[autodoc]] huggingface_hub.AutomaticSpeechRecognitionOutput + +[[autodoc]] huggingface_hub.AutomaticSpeechRecognitionOutputChunk + +[[autodoc]] huggingface_hub.AutomaticSpeechRecognitionParameters + + + +## chat_completion[[huggingface_hub.ChatCompletionInput]] + +[[autodoc]] huggingface_hub.ChatCompletionInput + +[[autodoc]] huggingface_hub.ChatCompletionInputMessage + +[[autodoc]] huggingface_hub.ChatCompletionOutput + +[[autodoc]] huggingface_hub.ChatCompletionOutputChoice + +[[autodoc]] huggingface_hub.ChatCompletionOutputChoiceMessage + +[[autodoc]] huggingface_hub.ChatCompletionStreamOutput + +[[autodoc]] huggingface_hub.ChatCompletionStreamOutputChoice + +[[autodoc]] huggingface_hub.ChatCompletionStreamOutputDelta + + + +## depth_estimation[[huggingface_hub.DepthEstimationInput]] + +[[autodoc]] huggingface_hub.DepthEstimationInput + +[[autodoc]] huggingface_hub.DepthEstimationOutput + + + +## document_question_answering[[huggingface_hub.DocumentQuestionAnsweringInput]] + +[[autodoc]] huggingface_hub.DocumentQuestionAnsweringInput + +[[autodoc]] huggingface_hub.DocumentQuestionAnsweringInputData + +[[autodoc]] huggingface_hub.DocumentQuestionAnsweringOutputElement + +[[autodoc]] huggingface_hub.DocumentQuestionAnsweringParameters + + + +## feature_extraction[[huggingface_hub.FeatureExtractionInput]] + +[[autodoc]] huggingface_hub.FeatureExtractionInput + + + +## fill_mask[[huggingface_hub.FillMaskInput]] + +[[autodoc]] huggingface_hub.FillMaskInput + +[[autodoc]] huggingface_hub.FillMaskOutputElement + +[[autodoc]] huggingface_hub.FillMaskParameters + + + +## image_classification[[huggingface_hub.ImageClassificationInput]] + +[[autodoc]] huggingface_hub.ImageClassificationInput + +[[autodoc]] huggingface_hub.ImageClassificationOutputElement + +[[autodoc]] huggingface_hub.ImageClassificationParameters + + + +## image_segmentation[[huggingface_hub.ImageSegmentationInput]] + +[[autodoc]] huggingface_hub.ImageSegmentationInput + +[[autodoc]] huggingface_hub.ImageSegmentationOutputElement + +[[autodoc]] huggingface_hub.ImageSegmentationParameters + + + +## image_to_image[[huggingface_hub.ImageToImageInput]] + +[[autodoc]] huggingface_hub.ImageToImageInput + +[[autodoc]] huggingface_hub.ImageToImageOutput + +[[autodoc]] huggingface_hub.ImageToImageParameters + +[[autodoc]] huggingface_hub.ImageToImageTargetSize + + + +## image_to_text[[huggingface_hub.ImageToTextGenerationParameters]] + +[[autodoc]] huggingface_hub.ImageToTextGenerationParameters + +[[autodoc]] huggingface_hub.ImageToTextInput + +[[autodoc]] huggingface_hub.ImageToTextOutput + +[[autodoc]] huggingface_hub.ImageToTextParameters + + + +## object_detection[[huggingface_hub.ObjectDetectionBoundingBox]] + +[[autodoc]] huggingface_hub.ObjectDetectionBoundingBox + +[[autodoc]] huggingface_hub.ObjectDetectionInput + +[[autodoc]] huggingface_hub.ObjectDetectionOutputElement + +[[autodoc]] huggingface_hub.ObjectDetectionParameters + + + +## question_answering[[huggingface_hub.QuestionAnsweringInput]] + +[[autodoc]] huggingface_hub.QuestionAnsweringInput + +[[autodoc]] huggingface_hub.QuestionAnsweringInputData + +[[autodoc]] huggingface_hub.QuestionAnsweringOutputElement + +[[autodoc]] huggingface_hub.QuestionAnsweringParameters + + + +## sentence_similarity[[huggingface_hub.SentenceSimilarityInput]] + +[[autodoc]] huggingface_hub.SentenceSimilarityInput + +[[autodoc]] huggingface_hub.SentenceSimilarityInputData + + + +## summarization[[huggingface_hub.SummarizationGenerationParameters]] + +[[autodoc]] huggingface_hub.SummarizationGenerationParameters + +[[autodoc]] huggingface_hub.SummarizationInput + +[[autodoc]] huggingface_hub.SummarizationOutput + + + +## table_question_answering[[huggingface_hub.TableQuestionAnsweringInput]] + +[[autodoc]] huggingface_hub.TableQuestionAnsweringInput + +[[autodoc]] huggingface_hub.TableQuestionAnsweringInputData + +[[autodoc]] huggingface_hub.TableQuestionAnsweringOutputElement + + + +## text2text_generation[[huggingface_hub.Text2TextGenerationInput]] + +[[autodoc]] huggingface_hub.Text2TextGenerationInput + +[[autodoc]] huggingface_hub.Text2TextGenerationOutput + +[[autodoc]] huggingface_hub.Text2TextGenerationParameters + + + +## text_classification[[huggingface_hub.TextClassificationInput]] + +[[autodoc]] huggingface_hub.TextClassificationInput + +[[autodoc]] huggingface_hub.TextClassificationOutputElement + +[[autodoc]] huggingface_hub.TextClassificationParameters + + + +## text_generation[[huggingface_hub.TextGenerationInput]] + +[[autodoc]] huggingface_hub.TextGenerationInput + +[[autodoc]] huggingface_hub.TextGenerationOutput + +[[autodoc]] huggingface_hub.TextGenerationOutputDetails + +[[autodoc]] huggingface_hub.TextGenerationOutputSequenceDetails + +[[autodoc]] huggingface_hub.TextGenerationOutputToken + +[[autodoc]] huggingface_hub.TextGenerationParameters + +[[autodoc]] huggingface_hub.TextGenerationPrefillToken + +[[autodoc]] huggingface_hub.TextGenerationStreamDetails + +[[autodoc]] huggingface_hub.TextGenerationStreamOutput + + + +## text_to_audio[[huggingface_hub.TextToAudioGenerationParameters]] + +[[autodoc]] huggingface_hub.TextToAudioGenerationParameters + +[[autodoc]] huggingface_hub.TextToAudioInput + +[[autodoc]] huggingface_hub.TextToAudioOutput + +[[autodoc]] huggingface_hub.TextToAudioParameters + + + +## text_to_image[[huggingface_hub.TextToImageInput]] + +[[autodoc]] huggingface_hub.TextToImageInput + +[[autodoc]] huggingface_hub.TextToImageOutput + +[[autodoc]] huggingface_hub.TextToImageParameters + +[[autodoc]] huggingface_hub.TextToImageTargetSize + + + +## token_classification[[huggingface_hub.TokenClassificationInput]] + +[[autodoc]] huggingface_hub.TokenClassificationInput + +[[autodoc]] huggingface_hub.TokenClassificationOutputElement + +[[autodoc]] huggingface_hub.TokenClassificationParameters + + + +## translation[[huggingface_hub.TranslationGenerationParameters]] + +[[autodoc]] huggingface_hub.TranslationGenerationParameters + +[[autodoc]] huggingface_hub.TranslationInput + +[[autodoc]] huggingface_hub.TranslationOutput + + + +## video_classification[[huggingface_hub.VideoClassificationInput]] + +[[autodoc]] huggingface_hub.VideoClassificationInput + +[[autodoc]] huggingface_hub.VideoClassificationOutputElement + +[[autodoc]] huggingface_hub.VideoClassificationParameters + + + +## visual_question_answering[[huggingface_hub.VisualQuestionAnsweringInput]] + +[[autodoc]] huggingface_hub.VisualQuestionAnsweringInput + +[[autodoc]] huggingface_hub.VisualQuestionAnsweringInputData + +[[autodoc]] huggingface_hub.VisualQuestionAnsweringOutputElement + +[[autodoc]] huggingface_hub.VisualQuestionAnsweringParameters + + + +## zero_shot_classification[[huggingface_hub.ZeroShotClassificationInput]] + +[[autodoc]] huggingface_hub.ZeroShotClassificationInput + +[[autodoc]] huggingface_hub.ZeroShotClassificationInputData + +[[autodoc]] huggingface_hub.ZeroShotClassificationOutputElement + +[[autodoc]] huggingface_hub.ZeroShotClassificationParameters + + + +## zero_shot_image_classification[[huggingface_hub.ZeroShotImageClassificationInput]] + +[[autodoc]] huggingface_hub.ZeroShotImageClassificationInput + +[[autodoc]] huggingface_hub.ZeroShotImageClassificationInputData + +[[autodoc]] huggingface_hub.ZeroShotImageClassificationOutputElement + +[[autodoc]] huggingface_hub.ZeroShotImageClassificationParameters + + + +## zero_shot_object_detection[[huggingface_hub.ZeroShotObjectDetectionBoundingBox]] + +[[autodoc]] huggingface_hub.ZeroShotObjectDetectionBoundingBox + +[[autodoc]] huggingface_hub.ZeroShotObjectDetectionInput + +[[autodoc]] huggingface_hub.ZeroShotObjectDetectionInputData + +[[autodoc]] huggingface_hub.ZeroShotObjectDetectionOutputElement + + From 9a78a224a1c5823384ca6e65e78b0775ed5bb319 Mon Sep 17 00:00:00 2001 From: Sungmin Oh Date: Sat, 30 Mar 2024 02:13:23 +0900 Subject: [PATCH 2/5] fix: manual draft --- docs/source/ko/package_reference/inference_types.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/ko/package_reference/inference_types.md b/docs/source/ko/package_reference/inference_types.md index 58c8fde60b..9f85555c4d 100644 --- a/docs/source/ko/package_reference/inference_types.md +++ b/docs/source/ko/package_reference/inference_types.md @@ -7,13 +7,13 @@ rendered properly in your Markdown viewer. # Inference types[[inference-types]] -이 페이지에는 Hugging Face Hub에서 지원하는 작업유형(예: 데이터 클래스)이 나열되어 있습니다. +이 페이지에는 Hugging Face Hub에서 지원하는 작업 유형(예: 데이터 클래스)이 나열되어 있습니다. 각 작업은 JSON 스키마로 표현되며, 이 작성된 JSON 스키마에 의해서 타입이 생성됩니다. 이때 Python 요구사항으로 인해 일부 커스터마이제이션이 있을 수 있습니다. 각 작업의 JSON 스키마를 확인하시려면 [@huggingface.js/tasks](https://github.com/huggingface/huggingface.js/tree/main/packages/tasks/src/tasks) 를 방문하세요. -이 라이브러리의 이 부분은 아직 개발 중이며, 향후 릴리스에서 개선될 예정입니다. +라이브러리에서 이 부분은 아직 개발 중이며, 향후 릴리즈에서 개선될 예정입니다. From e753fe125107b679ce2b6b28f4e2d3579a5f1163 Mon Sep 17 00:00:00 2001 From: Sungmin Oh Date: Sat, 30 Mar 2024 02:19:58 +0900 Subject: [PATCH 3/5] feat: manual draft --- docs/source/ko/package_reference/inference_types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/ko/package_reference/inference_types.md b/docs/source/ko/package_reference/inference_types.md index 9f85555c4d..157a6f4641 100644 --- a/docs/source/ko/package_reference/inference_types.md +++ b/docs/source/ko/package_reference/inference_types.md @@ -10,7 +10,7 @@ rendered properly in your Markdown viewer. 이 페이지에는 Hugging Face Hub에서 지원하는 작업 유형(예: 데이터 클래스)이 나열되어 있습니다. 각 작업은 JSON 스키마로 표현되며, 이 작성된 JSON 스키마에 의해서 타입이 생성됩니다. 이때 Python 요구사항으로 인해 일부 커스터마이제이션이 있을 수 있습니다. -각 작업의 JSON 스키마를 확인하시려면 [@huggingface.js/tasks](https://github.com/huggingface/huggingface.js/tree/main/packages/tasks/src/tasks) +JSON 스키마를 확인하시려면 [@huggingface.js/tasks](https://github.com/huggingface/huggingface.js/tree/main/packages/tasks/src/tasks) 를 방문하세요. 라이브러리에서 이 부분은 아직 개발 중이며, 향후 릴리즈에서 개선될 예정입니다. From ef7fc04f2e7b00d44487f4cad426dd5452708093 Mon Sep 17 00:00:00 2001 From: Sungmin Oh Date: Sat, 30 Mar 2024 02:20:39 +0900 Subject: [PATCH 4/5] fix: manual edits --- docs/source/ko/package_reference/inference_types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/ko/package_reference/inference_types.md b/docs/source/ko/package_reference/inference_types.md index 157a6f4641..8846364718 100644 --- a/docs/source/ko/package_reference/inference_types.md +++ b/docs/source/ko/package_reference/inference_types.md @@ -10,7 +10,7 @@ rendered properly in your Markdown viewer. 이 페이지에는 Hugging Face Hub에서 지원하는 작업 유형(예: 데이터 클래스)이 나열되어 있습니다. 각 작업은 JSON 스키마로 표현되며, 이 작성된 JSON 스키마에 의해서 타입이 생성됩니다. 이때 Python 요구사항으로 인해 일부 커스터마이제이션이 있을 수 있습니다. -JSON 스키마를 확인하시려면 [@huggingface.js/tasks](https://github.com/huggingface/huggingface.js/tree/main/packages/tasks/src/tasks) +JSON 스키마를 확인하려면 [@huggingface.js/tasks](https://github.com/huggingface/huggingface.js/tree/main/packages/tasks/src/tasks) 를 방문하세요. 라이브러리에서 이 부분은 아직 개발 중이며, 향후 릴리즈에서 개선될 예정입니다. From 5d237f73e1aeeec6b729035caeb22dc9b32ede8e Mon Sep 17 00:00:00 2001 From: Sungmin Oh Date: Sat, 13 Apr 2024 00:41:55 +0900 Subject: [PATCH 5/5] fix: resolve suggestions Co-authored-by: boyunJang <46440074+boyunJang@users.noreply.github.com> Co-authored-by: SeongWooChoi <46990061+nuatmochoi@users.noreply.github.com> Co-authored-by: Kyungmin Jeon <83350060+seoulsky-field@users.noreply.github.com> --- docs/source/ko/package_reference/inference_types.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/source/ko/package_reference/inference_types.md b/docs/source/ko/package_reference/inference_types.md index 8846364718..643b85ee4f 100644 --- a/docs/source/ko/package_reference/inference_types.md +++ b/docs/source/ko/package_reference/inference_types.md @@ -5,13 +5,12 @@ rendered properly in your Markdown viewer. -# Inference types[[inference-types]] +# 추론 타입[[inference-types]] -이 페이지에는 Hugging Face Hub에서 지원하는 작업 유형(예: 데이터 클래스)이 나열되어 있습니다. -각 작업은 JSON 스키마로 표현되며, 이 작성된 JSON 스키마에 의해서 타입이 생성됩니다. 이때 Python 요구사항으로 인해 일부 커스터마이제이션이 있을 수 있습니다. +이 페이지에는 Hugging Face Hub에서 지원하는 타입(예: 데이터 클래스)이 나열되어 있습니다. +각 작업은 JSON 스키마를 사용하여 지정되며, 이러한 스키마에 의해서 타입이 생성됩니다. 이때 Python 요구 사항으로 인해 일부 사용자 정의가 있을 수 있습니다. -JSON 스키마를 확인하려면 [@huggingface.js/tasks](https://github.com/huggingface/huggingface.js/tree/main/packages/tasks/src/tasks) -를 방문하세요. +각 작업의 JSON 스키마를 확인하려면 [@huggingface.js/tasks](https://github.com/huggingface/huggingface.js/tree/main/packages/tasks/src/tasks)를 확인하세요. 라이브러리에서 이 부분은 아직 개발 중이며, 향후 릴리즈에서 개선될 예정입니다.