transformers/docs/source/ja/internal/file_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.6 KiB

一般的なユーティリティ

このページには、ファイル utils.py にある Transformers の一般的なユーティリティ関数がすべてリストされています。

これらのほとんどは、ライブラリで一般的なコードを学習する場合にのみ役に立ちます。

列挙型と名前付きタプル

autodoc utils.ExplicitEnum

autodoc utils.PaddingStrategy

autodoc utils.TensorType

特別なデコレーター

autodoc utils.add_start_docstrings

autodoc utils.add_start_docstrings_to_model_forward

autodoc utils.add_end_docstrings

autodoc utils.add_code_sample_docstrings

autodoc utils.replace_return_docstrings

特殊なプロパティ

autodoc utils.cached_property

その他のユーティリティ

autodoc utils._LazyModule