mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
159 lines
4.0 KiB
YAML
159 lines
4.0 KiB
YAML
hydra:
|
|
run:
|
|
dir: outputs/${now:%Y-%m-%d}/${now:%H-%M-%S}
|
|
sweep:
|
|
dir: multirun/${now:%Y-%m-%d}/${now:%H-%M-%S}
|
|
subdir: ${hydra.job.num}
|
|
launcher:
|
|
_target_: hydra._internal.core_plugins.basic_launcher.BasicLauncher
|
|
sweeper:
|
|
_target_: hydra._internal.core_plugins.basic_sweeper.BasicSweeper
|
|
max_batch_size: null
|
|
params: null
|
|
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:
|
|
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.
|
|
|
|
'
|
|
hydra_help: ???
|
|
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.runtime.output_dir}/${hydra.job.name}.log
|
|
root:
|
|
level: INFO
|
|
handlers:
|
|
- console
|
|
- file
|
|
disable_existing_loggers: false
|
|
env: {}
|
|
mode: RUN
|
|
searchpath: []
|
|
callbacks: {}
|
|
output_subdir: .hydra
|
|
overrides:
|
|
hydra:
|
|
- hydra.mode=RUN
|
|
task:
|
|
- +model_pretrain=damo/speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-pytorch
|
|
- +token_list=/Users/zhifu/.cache/modelscope/hub/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/tokens.txt
|
|
- +train_data_set_list=/Users/zhifu/funasr_github/test_local/aishell2_dev_ios/asr_task_debug_len.jsonl
|
|
- +output_dir=/nfs/zhifu.gzf/ckpt/funasr2/exp2
|
|
job:
|
|
name: train_cli
|
|
chdir: null
|
|
override_dirname: +model_pretrain=damo/speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-pytorch,+output_dir=/nfs/zhifu.gzf/ckpt/funasr2/exp2,+token_list=/Users/zhifu/.cache/modelscope/hub/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/tokens.txt,+train_data_set_list=/Users/zhifu/funasr_github/test_local/aishell2_dev_ios/asr_task_debug_len.jsonl
|
|
id: ???
|
|
num: ???
|
|
config_name: finetune.yaml
|
|
env_set: {}
|
|
env_copy: []
|
|
config:
|
|
override_dirname:
|
|
kv_sep: '='
|
|
item_sep: ','
|
|
exclude_keys: []
|
|
runtime:
|
|
version: 1.3.2
|
|
version_base: '1.1'
|
|
cwd: /Users/zhifu/funasr_github
|
|
config_sources:
|
|
- path: hydra.conf
|
|
schema: pkg
|
|
provider: hydra
|
|
- path: /Users/zhifu/funasr_github/examples/industrial_data_pretraining/paraformer-large/conf
|
|
schema: file
|
|
provider: main
|
|
- path: ''
|
|
schema: structured
|
|
provider: schema
|
|
output_dir: /Users/zhifu/funasr_github/outputs/2023-12-11/10-41-29
|
|
choices:
|
|
hydra/env: default
|
|
hydra/callbacks: null
|
|
hydra/job_logging: default
|
|
hydra/hydra_logging: default
|
|
hydra/hydra_help: default
|
|
hydra/help: default
|
|
hydra/sweeper: basic
|
|
hydra/launcher: basic
|
|
hydra/output: default
|
|
verbose: false
|