SLAM-LLM
SLAM-LLM copied to clipboard
Can the scripts in the aispeech_asr directory be used to train recognition in multiple languages?
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?
I recommend you use different prompts for different languages.
Maybe
{"task": "ASR_EN", "prompt": "Transcribe speech to text."}
{"task": "ASR_CH", "prompt": "请识别语音."}