Improve Moonshine ASR model card (license, links & markdown consistency)
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for the moonshine-tiny-ar
model by:
- Updating the license from
other
toapache-2.0
in the metadata, based on the permissive open-source nature mentioned in the paper abstract and alignment with common practices for such models on the Hub. - Adding a direct link to the Hugging Face paper page (
https://huggingface.co/papers/2509.02523
) in the metadata for improved discoverability. - Correcting and expanding the initial links in the model card content to accurately point to the main GitHub repository (
https://github.com/moonshine-ai/moonshine
) for both code and installation instructions. The paper link now also directly points to the Hugging Face paper page. - Adding a concise introductory sentence to provide immediate context about the model's origin and purpose.
- Ensuring markdown heading consistency by replacing HTML
<h2>
and<h3>
tags with their markdown equivalents (##
and###
) throughout the document for better rendering and readability.
These changes ensure the model card is more accurate, consistent, and user-friendly for researchers and developers.
hey @nielsr , thanks for the README updates for all the new models we pushed!
let's also keep the intro and structure in accordance with this model card
all the changes across the board are good, but we did include our community license within the repository, which is why we put other and not apache. after this change, LGTM
Thanks, updated the license
theadamsabra
changed pull request status to
merged