We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
参考命令:
sensevoice2jsonl ++scp_file_list='["../../../data/list/train_wav.scp", "../../../data/list/train_text.txt"]' ++data_type_list='["source", "target"]' ++jsonl_file_out="../../../data/list/train.jsonl" ++model_dir='iic/SenseVoiceSmall' 按照例子提供上述两类文件,程序运行时报如下错误: 注意: train_wav.scp中提供的是本地音频文件地址,但官方说可以提供本地地址:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
参考命令:
generate train.jsonl and val.jsonl from wav.scp and text.txt
sensevoice2jsonl
++scp_file_list='["../../../data/list/train_wav.scp", "../../../data/list/train_text.txt"]'
++data_type_list='["source", "target"]'
++jsonl_file_out="../../../data/list/train.jsonl"
++model_dir='iic/SenseVoiceSmall'
按照例子提供上述两类文件,程序运行时报如下错误:
注意:
train_wav.scp中提供的是本地音频文件地址,但官方说可以提供本地地址:
The text was updated successfully, but these errors were encountered: