Hi, thanks for the excellent Fun-ASR models!
The GitHub repo has an Apache-2.0 LICENSE file covering the code. However, the model weights on both HuggingFace (FunAudioLLM/Fun-ASR-Nano-2512) and ModelScope have no license specified in their metadata.
Could you clarify:
- Are the model weights also released under Apache-2.0, or do they have a separate license?
- Does this also apply to the multilingual variant (Fun-ASR-MLT-Nano-2512)?
We're evaluating Fun-ASR-Nano for integration into CrispASR, an open-source multi-backend ASR toolkit. Having clear licensing on the weights would help us (and other downstream users) understand what's permitted.
Adding the license to the HuggingFace model card YAML metadata would also make it discoverable:
---
license: apache-2.0
---
Thanks!
Hi, thanks for the excellent Fun-ASR models!
The GitHub repo has an Apache-2.0 LICENSE file covering the code. However, the model weights on both HuggingFace (FunAudioLLM/Fun-ASR-Nano-2512) and ModelScope have no license specified in their metadata.
Could you clarify:
We're evaluating Fun-ASR-Nano for integration into CrispASR, an open-source multi-backend ASR toolkit. Having clear licensing on the weights would help us (and other downstream users) understand what's permitted.
Adding the license to the HuggingFace model card YAML metadata would also make it discoverable:
Thanks!