Improve model card: Add metadata, paper link, code link, and project page link
This PR enhances the model card for the Fun-ASR model by adding crucial metadata and improving the discoverability of related resources:
- Adds
license: apache-2.0to the metadata, reflecting a common open-source license. - Adds
pipeline_tag: automatic-speech-recognitionto correctly categorize the model on the Hugging Face Hub. - Adds
library_name: funasrto enable the automated "how to use" widget, as evidenced by thefrom funasr import AutoModelusage in the model's documentation. - Includes prominent links to the paper (Fun-ASR Technical Report), the GitHub repository (
https://github.com/FunAudioLLM/Fun-ASR), and the project page (https://funaudiollm.github.io/funasr) at the top of the model card for improved visibility.
These updates will make the model more discoverable and easier for users to understand and utilize on the Hugging Face Hub.
Thanks @nielsr for improving the initial model card. The card has since been substantially expanded on main: it now carries the 31-language metadata, FunASR library and pipeline tags, project/code/model links, fuller usage documentation, and the technical-report citation.
This PR is based on the pre-expansion card and would replace or drop that newer content, so it can no longer be merged safely as-is. I am closing it as superseded rather than asking you to rebase a seven-month-old card rewrite. We will preserve the useful paper-page link when correcting the remaining model-specific quickstart text.