transformers/docs/source/ja/internal/pipelines_utils.md
Rockerz b002353dca
Translating en/internal folder docs to Japanese 🇯🇵 (#26747)
* 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>
2023-10-17 15:01:21 -07:00

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