This commit is contained in:
pengzhendong
2026-01-25 21:51:11 +08:00
parent cb90ad822b
commit 0c1e0ca2d7

View File

@ -70,7 +70,7 @@ BAC009S0916W0489 湖北一公司以员工名义贷款数十员工负债千万
``` ```
python tools/scp2jsonl.py \ python tools/scp2jsonl.py \
++scp+file=data/train_wav.scp \ ++scp_file=data/train_wav.scp \
++transcript_file=data/train_text.txt \ ++transcript_file=data/train_text.txt \
++jsonl_file=data/train_example.jsonl ++jsonl_file=data/train_example.jsonl
``` ```