set_transformers_logger: Sets the level for logging information of the 'transformers'...

View source: R/install_and_config.R

set_transformers_loggerR 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

string Minimal level that should be printed to console. Four levels are available: INFO, WARNING, ERROR and DEBUG

Value

This function does not return anything. It is used for its side effects.

See Also

Other Installation and Configuration: check_aif_py_modules(), install_aifeducation(), install_py_modules()


aifeducation documentation built on April 4, 2025, 2:01 a.m.