Files
transformers/docs/source/en/internal/pipelines_utils.md
Yuanyuan Chen f64354e89a Format empty lines and white space in markdown files. (#41100)
* Remove additional white space and empty lines from markdown files

Signed-off-by: Yuanyuan Chen <cyyever@outlook.com>

* Add empty lines around code

Signed-off-by: Yuanyuan Chen <cyyever@outlook.com>

---------

Signed-off-by: Yuanyuan Chen <cyyever@outlook.com>
2025-09-23 16:20:01 -07:00

1.3 KiB

Utilities for pipelines

This page lists all the utility functions the library provides for pipelines.

Most of those are only useful if you are studying the code of the models in the library.

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