SLAM-LLM icon indicating copy to clipboard operation
SLAM-LLM copied to clipboard

Can the scripts in the aispeech_asr directory be used to train recognition in multiple languages?

Open yangsuxia opened this issue 5 months ago • 2 comments

Can the scripts in the aispeech_asr directory be used to train recognition in multiple languages? I used Chinese and English for 1000 hours each. In the previous step, the English result was fine, but the Chinese was translated into English. Later, after a certain step, the Chinese result was fine, but the English was translated into Chinese. Why?

yangsuxia avatar Oct 20 '25 09:10 yangsuxia

I recommend you use different prompts for different languages.

ddlBoJack avatar Oct 20 '25 18:10 ddlBoJack

Maybe

{"task": "ASR_EN", "prompt": "Transcribe speech to text."}
{"task": "ASR_CH", "prompt": "请识别语音."}

teamtee avatar Oct 27 '25 10:10 teamtee