Automatic Speech Recognition
Keras
ONNX
English
evanking commited on
Commit
46bfa4a
·
verified ·
1 Parent(s): d55fbb8

Update README.md

Browse files

Update paper link to arxiv

Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -4,15 +4,15 @@ language:
4
  - en
5
  library_name: keras
6
  pipeline_tag: automatic-speech-recognition
7
- arxiv: TBD
8
  ---
9
  # Model Card: Moonshine
10
 
11
- [[Blog]](https://petewarden.com/2024/10/21/introducing-moonshine-the-new-state-of-the-art-for-speech-to-text/) [[Paper]](https://github.com/usefulsensors/moonshine/blob/main/moonshine_paper.pdf) [[Installation]](https://github.com/usefulsensors/moonshine/blob/main/README.md) [[Podcast]](https://notebooklm.google.com/notebook/d787d6c2-7d7b-478c-b7d5-a0be4c74ae19/audio)
12
 
13
  This is the model cardd for running the automatic speech recognition (ASR) models (Moonshine models) trained and released by Useful Sensors.
14
 
15
- Following [Model Cards for Model Reporting (Mitchell et al.)](https://arxiv.org/abs/1810.03993), we're providing some information about the automatic speech recognition model. More information on how these models were trained and evaluated can be found [in the paper](https://github.com/usefulsensors/moonshine/blob/main/moonshine_paper.pdf). Note, a lot of the text has been copied verbatim from the [model card](https://github.com/openai/whisper/blob/main/model-card.md) for the Whisper model developed by OpenAI, because both models serve identical purposes, and carry identical risks.
16
 
17
  ## Model Details
18
 
@@ -33,7 +33,7 @@ Sequence-to-sequence ASR (automatic speech recognition) and speech translation m
33
 
34
  ### Paper & samples
35
 
36
- [Paper](https://github.com/usefulsensors/moonshine/blob/main/moonshine_paper.pdf) / [Blog](https://petewarden.com/2024/10/21/introducing-moonshine-the-new-state-of-the-art-for-speech-to-text/)
37
 
38
  ## Model Use
39
 
 
4
  - en
5
  library_name: keras
6
  pipeline_tag: automatic-speech-recognition
7
+ arxiv: https://arxiv.org/abs/2410.15608
8
  ---
9
  # Model Card: Moonshine
10
 
11
+ [[Blog]](https://petewarden.com/2024/10/21/introducing-moonshine-the-new-state-of-the-art-for-speech-to-text/) [[Paper]](https://arxiv.org/abs/2410.15608) [[Installation]](https://github.com/usefulsensors/moonshine/blob/main/README.md) [[Podcast]](https://notebooklm.google.com/notebook/d787d6c2-7d7b-478c-b7d5-a0be4c74ae19/audio)
12
 
13
  This is the model cardd for running the automatic speech recognition (ASR) models (Moonshine models) trained and released by Useful Sensors.
14
 
15
+ Following [Model Cards for Model Reporting (Mitchell et al.)](https://arxiv.org/abs/1810.03993), we're providing some information about the automatic speech recognition model. More information on how these models were trained and evaluated can be found [in the paper](https://arxiv.org/abs/2410.15608). Note, a lot of the text has been copied verbatim from the [model card](https://github.com/openai/whisper/blob/main/model-card.md) for the Whisper model developed by OpenAI, because both models serve identical purposes, and carry identical risks.
16
 
17
  ## Model Details
18
 
 
33
 
34
  ### Paper & samples
35
 
36
+ [Paper](https://arxiv.org/abs/2410.15608) / [Blog](https://petewarden.com/2024/10/21/introducing-moonshine-the-new-state-of-the-art-for-speech-to-text/)
37
 
38
  ## Model Use
39