czbenchmarks.cli.utils
Attributes
Functions
|
Get the current version of the cz-benchmarks library |
|
Loads a list of datasets by name. |
|
Loads a model embedding from a file. |
|
Aggregates metrics and writes results to stdout or a file in JSON format. |
|
Module Contents
- czbenchmarks.cli.utils.get_version() str [source]
Get the current version of the cz-benchmarks library
- czbenchmarks.cli.utils.get_datasets(dataset_names: List[str]) List[czbenchmarks.datasets.Dataset] [source]
Loads a list of datasets by name.
- czbenchmarks.cli.utils.load_embedding(path: str) czbenchmarks.tasks.types.CellRepresentation [source]
Loads a model embedding from a file.