transformers/docs/source/zh/internal/trainer_utils.md
jiaqiw09 a502b0d427
translate internal folder files to chinese (#27638)
* translate

* update

* update

---------

Co-authored-by: jiaqiw <wangjiaqi50@huawei.com>
2023-12-04 10:04:28 -08:00

1.3 KiB

Trainer的工具

此页面列出了 [Trainer] 使用的所有实用函数。

其中大多数仅在您研究库中Trainer的代码时有用。

工具

autodoc EvalPrediction

autodoc IntervalStrategy

autodoc enable_full_determinism

autodoc set_seed

autodoc torch_distributed_zero_first

Callbacks内部机制

autodoc trainer_callback.CallbackHandler

分布式评估

autodoc trainer_pt_utils.DistributedTensorGatherer

Trainer参数解析

autodoc HfArgumentParser

Debug工具

autodoc debug_utils.DebugUnderflowOverflow