Improve model card: Add metadata, paper link, code link, and project page link

#3
by nielsr HF Staff - opened

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.0 to the metadata, reflecting a common open-source license.
  • Adds pipeline_tag: automatic-speech-recognition to correctly categorize the model on the Hugging Face Hub.
  • Adds library_name: funasr to enable the automated "how to use" widget, as evidenced by the from funasr import AutoModel usage 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.

FunAudioLLM org

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.

langgz changed pull request status to closed

Sign up or log in to comment