General Utilities¶
This page lists all of Transformers general utility functions that are found in the file file_utils.py
.
Most of those are only useful if you are studying the general code in the library.
Enums and namedtuples¶
-
class
transformers.file_utils.
ExplicitEnum
(value)[source]¶ Enum with more explicit error message for missing values.