Improve Moonshine ASR model card (license, links & markdown consistency)
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -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: other
|
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 |
+
```
|