Is there the option to disable ITN?

#17
by kevinq17 - opened

Hi,

Is there an option to disable ITN for this model?
e.g. output five point six rather than 5.6

How to enable ITN for Qwen3-ASR-1.7B?

in your inference code add a system prompt

prompt = "sys prompt goes here"
transcription = model.generate(audio_input, system_prompt=prompt)

Sign up or log in to comment