set_transformers_logger {aifeducation} | R Documentation |
Sets the level for logging information of the 'transformers' library.
Description
This function changes the level for logging information of the 'transformers' library. It influences the output printed to console for creating and training transformer models as well as TextEmbeddingModels.
Usage
set_transformers_logger(level = "ERROR")
Arguments
level |
|
Value
This function does not return anything. It is used for its side effects.
See Also
Other Installation and Configuration:
AifeducationConfiguration
,
aifeducation_config
,
check_aif_py_modules()
,
install_py_modules()
,
set_config_cpu_only()
,
set_config_gpu_low_memory()
,
set_config_os_environ_logger()
,
set_config_tf_logger()
[Package aifeducation version 0.3.3 Index]