hydra: run: dir: /home/theodore/Projects/VSP-LLM/experiments/ViAVSP-LLM_v1.0 sweep: dir: ??? subdir: ${hydra.job.config_name}__${hydra.job.override_dirname} hydra_logging: version: 1 formatters: simple: format: '[%(asctime)s][HYDRA] %(message)s' handlers: console: class: logging.StreamHandler formatter: simple stream: ext://sys.stdout root: level: INFO handlers: - console loggers: logging_example: level: DEBUG disable_existing_loggers: false job_logging: version: 1 formatters: simple: format: '[%(asctime)s][%(name)s][%(levelname)s] - %(message)s' handlers: console: class: logging.StreamHandler formatter: simple stream: ext://sys.stdout file: class: logging.FileHandler formatter: simple filename: ${hydra.job.name}.log root: level: INFO handlers: - console - file disable_existing_loggers: false sweeper: _target_: hydra._internal.core_plugins.basic_sweeper.BasicSweeper max_batch_size: null launcher: _target_: hydra._internal.core_plugins.basic_launcher.BasicLauncher help: app_name: ${hydra.job.name} header: '${hydra.help.app_name} is powered by Hydra. ' footer: 'Powered by Hydra (https://hydra.cc) Use --hydra-help to view Hydra specific help ' template: '${hydra.help.header} == Configuration groups == Compose your configuration from those groups (group=option) $APP_CONFIG_GROUPS == Config == Override anything in the config (foo.bar=value) $CONFIG ${hydra.help.footer} ' hydra_help: hydra_help: ??? template: 'Hydra (${hydra.runtime.version}) See https://hydra.cc for more info. == Flags == $FLAGS_HELP == Configuration groups == Compose your configuration from those groups (For example, append hydra/job_logging=disabled to command line) $HYDRA_CONFIG_GROUPS Use ''--cfg hydra'' to Show the Hydra config. ' output_subdir: .hydra overrides: hydra: - hydra.run.dir=/home/theodore/Projects/VSP-LLM/experiments/ViAVSP-LLM_v1.0 task: - common.user_dir=/home/theodore/Projects/VSP-LLM/src - task.data=/home/theodore/Projects/VSP-LLM/data/processed/vasr - task.label_dir=/home/theodore/Projects/VSP-LLM/data/processed/vasr - task.llm_ckpt_path=vilm/vinallama-2.7b - model.w2v_path=/home/theodore/Projects/VSP-LLM/checkpoints/large_vox_iter5.pt - model.llm_ckpt_path=vilm/vinallama-2.7b job: name: hydra_train override_dirname: common.user_dir-/home/theodore/Projects/VSP-LLM/src__model.llm_ckpt_path-vilm/vinallama-2.7b__task.llm_ckpt_path-vilm/vinallama-2.7b id: ??? num: ??? config_name: vasr-100h-finetune env_set: {} env_copy: [] config: override_dirname: kv_sep: '-' item_sep: __ exclude_keys: - run - task.data - task.label_dir - model.w2v_path - dataset.train_subset - dataset.valid_subset - criterion.wer_kenlm_model - criterion.wer_lexicon runtime: version: 1.0.7 cwd: /home/theodore/Projects/VSP-LLM verbose: false