mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update repo
This commit is contained in:
parent
33693c4182
commit
001083ba31
@ -105,6 +105,8 @@ predictor_conf:
|
||||
r_order: 1
|
||||
|
||||
dataset_conf:
|
||||
data_names: speech,text
|
||||
data_types: sound,text
|
||||
shuffle: True
|
||||
shuffle_conf:
|
||||
shuffle_size: 2048
|
||||
|
||||
@ -96,6 +96,8 @@ specaug_conf:
|
||||
num_time_mask: 2
|
||||
|
||||
dataset_conf:
|
||||
data_names: speech,text
|
||||
data_types: sound,text
|
||||
shuffle: True
|
||||
shuffle_conf:
|
||||
shuffle_size: 2048
|
||||
|
||||
@ -93,6 +93,8 @@ predictor_conf:
|
||||
tail_threshold: 0.45
|
||||
|
||||
dataset_conf:
|
||||
data_names: speech,text
|
||||
data_types: sound,text
|
||||
shuffle: True
|
||||
shuffle_conf:
|
||||
shuffle_size: 2048
|
||||
|
||||
@ -54,6 +54,8 @@ for data_set in train dev test;do
|
||||
cat ${local_records_dir}/embeds.${JOB}.shape || exit 1;
|
||||
done > ${local_scp_dir_raw}/embeds.shape
|
||||
fi
|
||||
|
||||
cp ${local_scp_dir_raw}/embeds.scp ${raw_dataset_path}/data/${data_set}/embeds.scp
|
||||
done
|
||||
|
||||
echo "embeds is in: ${local_scp_dir_raw}"
|
||||
|
||||
@ -73,6 +73,8 @@ scheduler_conf:
|
||||
warmup_steps: 25000
|
||||
|
||||
dataset_conf:
|
||||
data_names: speech,text
|
||||
data_types: sound,text
|
||||
shuffle: True
|
||||
shuffle_conf:
|
||||
shuffle_size: 2048
|
||||
|
||||
@ -84,6 +84,7 @@ specaug_conf:
|
||||
num_time_mask: 2
|
||||
|
||||
dataset_conf:
|
||||
data_names: speech,text
|
||||
data_types: sound,text
|
||||
shuffle: True
|
||||
shuffle_conf:
|
||||
|
||||
@ -94,6 +94,7 @@ predictor_conf:
|
||||
r_order: 1
|
||||
|
||||
dataset_conf:
|
||||
data_names: speech,text
|
||||
data_types: sound,text
|
||||
shuffle: True
|
||||
shuffle_conf:
|
||||
|
||||
@ -54,6 +54,8 @@ for data_set in train dev_ios;do
|
||||
cat ${local_records_dir}/embeds.${JOB}.shape || exit 1;
|
||||
done > ${local_scp_dir_raw}/embeds.shape
|
||||
fi
|
||||
|
||||
cp ${local_scp_dir_raw}/embeds.scp ${raw_dataset_path}/data/${data_set}/embeds.scp
|
||||
done
|
||||
|
||||
echo "embeds is in: ${local_scp_dir_raw}"
|
||||
|
||||
@ -78,6 +78,7 @@ specaug_conf:
|
||||
num_time_mask: 2
|
||||
|
||||
dataset_conf:
|
||||
data_names: speech,text
|
||||
data_types: sound,text
|
||||
shuffle: True
|
||||
shuffle_conf:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user