mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-04 21:30:07 +06:00

* Add translation to fitst 3 file of internal folder * Update Toctree.md and add files * Update docs/source/ja/internal/generation_utils Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> * Rename generation_utils file * rename pipelines_utils.md * Change file names --------- Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com>
1.5 KiB
1.5 KiB
パイプライン用のユーティリティ
このページには、ライブラリがパイプラインに提供するすべてのユーティリティ関数がリストされます。
これらのほとんどは、ライブラリ内のモデルのコードを研究する場合にのみ役に立ちます。
Argument handling
autodoc pipelines.ArgumentHandler
autodoc pipelines.ZeroShotClassificationArgumentHandler
autodoc pipelines.QuestionAnsweringArgumentHandler
Data format
autodoc pipelines.PipelineDataFormat
autodoc pipelines.CsvPipelineDataFormat
autodoc pipelines.JsonPipelineDataFormat
autodoc pipelines.PipedPipelineDataFormat
Utilities
autodoc pipelines.PipelineException