https://arxiv.org/html/2509.12508v4 论文里提到的以下内容在model.py里没找到:
- Within Fun-ASR, we implement a RAG-based mechanism for hotword customization. 在实现里,只找到了把所有输入的hotword都放在prompt里面。RAG的部分是没开源吗?
- an LLM-based decoder that produces output based on the audio condition and the CTC prediction. 这里提到了CTC的prediction也会给到llm,但代码里也没找到这部分
希望能得到解答,多谢!