czbenchmarks.models.utils

Attributes

logger

Functions

list_available_models(→ List[str])

Lists all available models defined in the models.yaml configuration file.

model_to_display_name(→ str)

try to map the model variant names to more uniform, pretty strings

Module Contents

czbenchmarks.models.utils.logger
czbenchmarks.models.utils.list_available_models() List[str][source]

Lists all available models defined in the models.yaml configuration file.

Returns:

A sorted list of model names available in the configuration.

Return type:

list

czbenchmarks.models.utils.model_to_display_name(model_type: czbenchmarks.models.types.ModelType, model_args: dict[str, str | int]) str[source]

try to map the model variant names to more uniform, pretty strings