Improve Moonshine ASR model card (license, links & markdown consistency)
Browse filesThis PR enhances the model card for the `moonshine-tiny-ar` model by:
- **Updating the license** from `other` to `apache-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.
@@ -1,14 +1,18 @@
|
|
1 |
---
|
2 |
-
license: other
|
3 |
language:
|
4 |
-
- ar
|
5 |
library_name: transformers
|
|
|
6 |
pipeline_tag: automatic-speech-recognition
|
7 |
-
arxiv: https://arxiv.org/abs/2509.02523
|
|
|
8 |
---
|
|
|
9 |
# Moonshine
|
10 |
|
11 |
-
[
|
|
|
|
|
12 |
|
13 |
This is the model card for running the automatic speech recognition (ASR) models (Moonshine models) trained and released by Moonshine AI (f.k.a Useful Sensors.)
|
14 |
|
@@ -113,4 +117,4 @@ If you benefit from our work, please cite us:
|
|
113 |
primaryClass={cs.CL},
|
114 |
url={https://arxiv.org/abs/2509.02523},
|
115 |
}
|
116 |
-
```
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
+
- ar
|
4 |
library_name: transformers
|
5 |
+
license: apache-2.0
|
6 |
pipeline_tag: automatic-speech-recognition
|
7 |
+
arxiv: https://arxiv.org/abs/2509.02523
|
8 |
+
paper: https://huggingface.co/papers/2509.02523
|
9 |
---
|
10 |
+
|
11 |
# Moonshine
|
12 |
|
13 |
+
This model is part of the Moonshine family of tiny specialized Automatic Speech Recognition (ASR) models for edge devices, as described in [Flavors of Moonshine: Tiny Specialized ASR Models for Edge Devices](https://huggingface.co/papers/2509.02523).
|
14 |
+
|
15 |
+
[[Paper]](https://huggingface.co/papers/2509.02523) | [[Code]](https://github.com/moonshine-ai/moonshine) | [[Installation]](https://github.com/moonshine-ai/moonshine)
|
16 |
|
17 |
This is the model card for running the automatic speech recognition (ASR) models (Moonshine models) trained and released by Moonshine AI (f.k.a Useful Sensors.)
|
18 |
|
|
|
117 |
primaryClass={cs.CL},
|
118 |
url={https://arxiv.org/abs/2509.02523},
|
119 |
}
|
120 |
+
```
|