mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update repo
This commit is contained in:
parent
eb3948b480
commit
12dd848db2
@ -5,12 +5,11 @@ stop_stage=3
|
|||||||
|
|
||||||
bert_model_name="bert-base-chinese"
|
bert_model_name="bert-base-chinese"
|
||||||
raw_dataset_path="../DATA"
|
raw_dataset_path="../DATA"
|
||||||
|
nj=64
|
||||||
model_path=${bert_model_name}
|
model_path=${bert_model_name}
|
||||||
|
|
||||||
. utils/parse_options.sh || exit 1;
|
. utils/parse_options.sh || exit 1;
|
||||||
|
|
||||||
nj=32
|
|
||||||
|
|
||||||
for data_set in train dev test;do
|
for data_set in train dev test;do
|
||||||
scp=$raw_dataset_path/data/${data_set}/text
|
scp=$raw_dataset_path/data/${data_set}/text
|
||||||
local_scp_dir_raw=${raw_dataset_path}/data/embeds/${data_set}
|
local_scp_dir_raw=${raw_dataset_path}/data/embeds/${data_set}
|
||||||
|
|||||||
@ -5,12 +5,11 @@ stop_stage=3
|
|||||||
|
|
||||||
bert_model_name="bert-base-chinese"
|
bert_model_name="bert-base-chinese"
|
||||||
raw_dataset_path="../DATA"
|
raw_dataset_path="../DATA"
|
||||||
|
nj=64
|
||||||
model_path=${bert_model_name}
|
model_path=${bert_model_name}
|
||||||
|
|
||||||
. utils/parse_options.sh || exit 1;
|
. utils/parse_options.sh || exit 1;
|
||||||
|
|
||||||
nj=32
|
|
||||||
|
|
||||||
for data_set in train dev_ios;do
|
for data_set in train dev_ios;do
|
||||||
scp=$raw_dataset_path/data/${data_set}/text
|
scp=$raw_dataset_path/data/${data_set}/text
|
||||||
local_scp_dir_raw=${raw_dataset_path}/data/embeds/${data_set}
|
local_scp_dir_raw=${raw_dataset_path}/data/embeds/${data_set}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user