Update license and GitHub repository link
Browse filesThis PR improves the model card for `moonshine-tiny-ja` by:
- Updating the license in the metadata from `other` to `apache-2.0` for greater clarity and adherence to common open-source practices.
- Correcting the link to the official GitHub repository, ensuring users can easily find the source code at `https://github.com/moonshine-ai/moonshine`.
README.md
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
---
|
2 |
-
license: other
|
3 |
language:
|
4 |
-
- ja
|
5 |
library_name: transformers
|
|
|
6 |
pipeline_tag: automatic-speech-recognition
|
7 |
-
arxiv: https://arxiv.org/abs/2509.02523
|
8 |
---
|
|
|
9 |
# Moonshine
|
10 |
|
11 |
-
[[Paper]](https://arxiv.org/abs/2509.02523) [[
|
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 +114,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 |
+
- ja
|
4 |
library_name: transformers
|
5 |
+
license: apache-2.0
|
6 |
pipeline_tag: automatic-speech-recognition
|
7 |
+
arxiv: https://arxiv.org/abs/2509.02523
|
8 |
---
|
9 |
+
|
10 |
# Moonshine
|
11 |
|
12 |
+
[[Paper]](https://arxiv.org/abs/2509.02523) [[Code]](https://github.com/moonshine-ai/moonshine)
|
13 |
|
14 |
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.)
|
15 |
|
|
|
114 |
primaryClass={cs.CL},
|
115 |
url={https://arxiv.org/abs/2509.02523},
|
116 |
}
|
117 |
+
```
|