cjpais commited on
Commit
d0d5a4b
·
verified ·
1 Parent(s): 56d2d08

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ parakeet-rnnt-1.1b-F16.gguf filter=lfs diff=lfs merge=lfs -text
37
+ parakeet-rnnt-1.1b-F32.gguf filter=lfs diff=lfs merge=lfs -text
38
+ parakeet-rnnt-1.1b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ parakeet-rnnt-1.1b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
40
+ parakeet-rnnt-1.1b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
41
+ parakeet-rnnt-1.1b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,226 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ base_model: nvidia/parakeet-rnnt-1.1b
4
+ base_model_relation: quantized
5
+ library_name: transcribe.cpp
6
+ pipeline_tag: automatic-speech-recognition
7
+ language:
8
+ - en
9
+ tags:
10
+ - gguf
11
+ - transcribe.cpp
12
+ - asr
13
+ - speech-to-text
14
+ - parakeet
15
+ - conformer
16
+ - rnnt
17
+ ---
18
+
19
+ # parakeet-rnnt-1.1b — transcribe.cpp GGUF
20
+
21
+ GGUF conversions of [nvidia/parakeet-rnnt-1.1b](https://huggingface.co/nvidia/parakeet-rnnt-1.1b) for use
22
+ with [transcribe.cpp](https://github.com/handy-computer/transcribe.cpp).
23
+
24
+ Ported from upstream commit
25
+ [a07b19e](https://huggingface.co/nvidia/parakeet-rnnt-1.1b/commit/a07b19e),
26
+ pinned 2026-05-10.
27
+ Validated against the NeMo reference at transcribe.cpp commit
28
+ [2f7a6d2](https://github.com/handy-computer/transcribe.cpp/tree/2f7a6d2)
29
+ on 2026-05-10.
30
+
31
+ Offline English speech-to-text with greedy RNN-T decoding. A 1.1B-parameter FastConformer-XL encoder with an RNN-T transducer decoder. Output is lowercase, no punctuation. Not a streaming model and does not translate.
32
+
33
+
34
+ ## Downloads
35
+
36
+ | Quantization | Download | Size | WER (LibriSpeech test-clean) |
37
+ | --- | --- | ---: | ---: |
38
+ | F32 | [parakeet-rnnt-1.1b-F32.gguf](https://huggingface.co/handy-computer/parakeet-rnnt-1.1b-gguf/resolve/main/parakeet-rnnt-1.1b-F32.gguf) | 4.28 GB | 1.45% |
39
+ | F16 | [parakeet-rnnt-1.1b-F16.gguf](https://huggingface.co/handy-computer/parakeet-rnnt-1.1b-gguf/resolve/main/parakeet-rnnt-1.1b-F16.gguf) | 2.15 GB | 1.45% |
40
+ | Q8_0 | [parakeet-rnnt-1.1b-Q8_0.gguf](https://huggingface.co/handy-computer/parakeet-rnnt-1.1b-gguf/resolve/main/parakeet-rnnt-1.1b-Q8_0.gguf) | 1.27 GB | 1.46% |
41
+ | Q6_K | [parakeet-rnnt-1.1b-Q6_K.gguf](https://huggingface.co/handy-computer/parakeet-rnnt-1.1b-gguf/resolve/main/parakeet-rnnt-1.1b-Q6_K.gguf) | 1.04 GB | 1.43% |
42
+ | Q5_K_M | [parakeet-rnnt-1.1b-Q5_K_M.gguf](https://huggingface.co/handy-computer/parakeet-rnnt-1.1b-gguf/resolve/main/parakeet-rnnt-1.1b-Q5_K_M.gguf) | 936 MB | 1.43% |
43
+ | Q4_K_M | [parakeet-rnnt-1.1b-Q4_K_M.gguf](https://huggingface.co/handy-computer/parakeet-rnnt-1.1b-gguf/resolve/main/parakeet-rnnt-1.1b-Q4_K_M.gguf) | 825 MB | 1.41% |
44
+
45
+ WER measured on the full LibriSpeech test-clean split (2620 utterances) with greedy RNN-T decoding and no external LM. F32 reference baseline: 1.45%. NVIDIA's self-reported number on the same split is 1.46%.
46
+
47
+
48
+ ## Usage
49
+
50
+ Build transcribe.cpp from source:
51
+
52
+ ```bash
53
+ git clone git@github.com:handy-computer/transcribe.cpp.git
54
+ cd transcribe.cpp
55
+ cmake -B build && cmake --build build
56
+ ```
57
+
58
+ Run on a 16 kHz mono WAV:
59
+
60
+ ```bash
61
+ build/bin/transcribe-cli \
62
+ -m parakeet-rnnt-1.1b-Q8_0.gguf \
63
+ input.wav
64
+ ```
65
+
66
+ If your audio isn't already 16 kHz mono WAV, convert it first:
67
+
68
+ ```bash
69
+ ffmpeg -i input.mp3 -ar 16000 -ac 1 output.wav
70
+ ```
71
+
72
+ See the [transcribe.cpp model page](https://github.com/handy-computer/transcribe.cpp/blob/main/docs/models/parakeet-rnnt-1.1b.md) for performance
73
+ numbers, numerical validation, and reproduction steps.
74
+
75
+ ## License
76
+
77
+ Inherited from the base model: **CC-BY-4.0**. See the
78
+ [upstream model card](https://huggingface.co/nvidia/parakeet-rnnt-1.1b) for full terms.
79
+
80
+ ---
81
+
82
+ ## Original Model Card
83
+
84
+ > The section below is reproduced from
85
+ > [nvidia/parakeet-rnnt-1.1b](https://huggingface.co/nvidia/parakeet-rnnt-1.1b) at commit
86
+ > `a07b19e` for offline reference. The upstream card is the
87
+ > authoritative source.
88
+
89
+ # Parakeet RNNT 1.1B (en)
90
+
91
+ <style>
92
+ img {
93
+ display: inline;
94
+ }
95
+ </style>
96
+
97
+ [![Model architecture](https://img.shields.io/badge/Model_Arch-FastConformer--Transducer-lightgrey#model-badge)](#model-architecture)
98
+ | [![Model size](https://img.shields.io/badge/Params-1.1B-lightgrey#model-badge)](#model-architecture)
99
+ | [![Language](https://img.shields.io/badge/Language-en-lightgrey#model-badge)](#datasets)
100
+
101
+
102
+ `parakeet-rnnt-1.1b` is an ASR model that transcribes speech in lower case English alphabet. This model is jointly developed by [NVIDIA NeMo](https://github.com/NVIDIA/NeMo) and [Suno.ai](https://www.suno.ai/) teams.
103
+ It is an XXL version of FastConformer Transducer [1] (around 1.1B parameters) model.
104
+ See the [model architecture](#model-architecture) section and [NeMo documentation](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/asr/models.html#fast-conformer) for complete architecture details.
105
+
106
+ ## Licence/Terms Of Use
107
+
108
+ License to use this model is covered by the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/). By downloading the public and release version of the model, you accept the terms and conditions of the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) license.
109
+
110
+ ## Discover more from NVIDIA:
111
+ For documentation, deployment guides, enterprise-ready APIs, and the latest open models—including Nemotron and other cutting-edge speech, translation, and generative AI—visit the NVIDIA Developer Portal at [developer.nvidia.com](developer.nvidia.com).
112
+ Join the community to access tools, support, and resources to accelerate your development with NVIDIA’s NeMo, Riva, NIM, and foundation models.<br>
113
+
114
+ ### Explore more from NVIDIA: <br>
115
+ What is [Nemotron](https://www.nvidia.com/en-us/ai-data-science/foundation-models/nemotron/)?<br>
116
+ NVIDIA Developer [Nemotron](https://developer.nvidia.com/nemotron)<br>
117
+ [NVIDIA Riva Speech](https://developer.nvidia.com/riva?sortBy=developer_learning_library%2Fsort%2Ffeatured_in.riva%3Adesc%2Ctitle%3Aasc#demos)<br>
118
+ [NeMo Documentation](https://docs.nvidia.com/nemo-framework/user-guide/latest/nemotoolkit/asr/models.html)<br>
119
+
120
+ ## NVIDIA NeMo: Training
121
+
122
+ To train, fine-tune or play with the model you will need to install [NVIDIA NeMo](https://github.com/NVIDIA/NeMo). We recommend you install it after you've installed latest PyTorch version.
123
+ ```
124
+ pip install nemo_toolkit['all']
125
+ ```
126
+
127
+ ## How to Use this Model
128
+
129
+ The model is available for use in the NeMo toolkit [3], and can be used as a pre-trained checkpoint for inference or for fine-tuning on another dataset.
130
+
131
+ ### Automatically instantiate the model
132
+
133
+ ```python
134
+ import nemo.collections.asr as nemo_asr
135
+ asr_model = nemo_asr.models.EncDecRNNTBPEModel.from_pretrained(model_name="nvidia/parakeet-rnnt-1.1b")
136
+ ```
137
+
138
+ ### Transcribing using Python
139
+ First, let's get a sample
140
+ ```
141
+ wget https://dldata-public.s3.us-east-2.amazonaws.com/2086-149220-0033.wav
142
+ ```
143
+ Then simply do:
144
+ ```
145
+ output = asr_model.transcribe(['2086-149220-0033.wav'])
146
+ print(output[0].text)
147
+ ```
148
+
149
+ ### Transcribing many audio files
150
+
151
+ ```shell
152
+ python [NEMO_GIT_FOLDER]/examples/asr/transcribe_speech.py
153
+ pretrained_name="nvidia/parakeet-rnnt-1.1b"
154
+ audio_dir="<DIRECTORY CONTAINING AUDIO FILES>"
155
+ ```
156
+
157
+ ### Input
158
+
159
+ This model accepts 16000 Hz mono-channel audio (wav files) as input.
160
+
161
+ ### Output
162
+
163
+ This model provides transcribed speech as a string for a given audio sample.
164
+
165
+ ## Model Architecture
166
+
167
+ FastConformer [1] is an optimized version of the Conformer model with 8x depthwise-separable convolutional downsampling. The model is trained in a multitask setup with a Transducer decoder (RNNT) loss. You may find more information on the details of FastConformer here: [Fast-Conformer Model](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/asr/models.html#fast-conformer).
168
+
169
+ ## Training
170
+
171
+ The NeMo toolkit [3] was used for training the models for over several hundred epochs. These model are trained with this [example script](https://github.com/NVIDIA/NeMo/blob/main/examples/asr/asr_transducer/speech_to_text_rnnt_bpe.py) and this [base config](https://github.com/NVIDIA/NeMo/blob/main/examples/asr/conf/fastconformer/fast-conformer_transducer_bpe.yaml).
172
+
173
+ The tokenizers for these models were built using the text transcripts of the train set with this [script](https://github.com/NVIDIA/NeMo/blob/main/scripts/tokenizers/process_asr_text_tokenizer.py).
174
+
175
+ ### Datasets
176
+
177
+ The model was trained on 64K hours of English speech collected and prepared by NVIDIA NeMo and Suno teams.
178
+
179
+ The training dataset consists of private subset with 40K hours of English speech plus 24K hours from the following public datasets:
180
+
181
+ - Librispeech 960 hours of English speech
182
+ - Fisher Corpus
183
+ - Switchboard-1 Dataset
184
+ - WSJ-0 and WSJ-1
185
+ - National Speech Corpus (Part 1, Part 6)
186
+ - VCTK
187
+ - VoxPopuli (EN)
188
+ - Europarl-ASR (EN)
189
+ - Multilingual Librispeech (MLS EN) - 2,000 hour subset
190
+ - Mozilla Common Voice (v7.0)
191
+ - People's Speech - 12,000 hour subset
192
+
193
+ ## Performance
194
+
195
+ The performance of Automatic Speech Recognition models is measuring using Word Error Rate. Since this dataset is trained on multiple domains and a much larger corpus, it will generally perform better at transcribing audio in general.
196
+
197
+ The following tables summarizes the performance of the available models in this collection with the Transducer decoder. Performances of the ASR models are reported in terms of Word Error Rate (WER%) with greedy decoding.
198
+
199
+ |**Version**|**Tokenizer**|**Vocabulary Size**|**AMI**|**Earnings-22**|**Giga Speech**|**LS test-clean**|**SPGI Speech**|**TEDLIUM-v3**|**Vox Populi**|**Common Voice**|
200
+ |---------|-----------------------|-----------------|---------------|---------------|------------|-----------|-----|-------|------|------|
201
+ | 1.22.0 | SentencePiece Unigram | 1024 | 17.10 | 14.11 | 9.96 | 1.46 | 2.47 | 3.11 | 3.92 | 5.39 | 5.79 |
202
+
203
+ These are greedy WER numbers without external LM. More details on evaluation can be found at [HuggingFace ASR Leaderboard](https://huggingface.co/spaces/hf-audio/open_asr_leaderboard)
204
+
205
+ ## NVIDIA Riva: Deployment
206
+
207
+ [NVIDIA Riva](https://developer.nvidia.com/riva), is an accelerated speech AI SDK deployable on-prem, in all clouds, multi-cloud, hybrid, on edge, and embedded.
208
+ Additionally, Riva provides:
209
+
210
+ * World-class out-of-the-box accuracy for the most common languages with model checkpoints trained on proprietary data with hundreds of thousands of GPU-compute hours
211
+ * Best in class accuracy with run-time word boosting (e.g., brand and product names) and customization of acoustic model, language model, and inverse text normalization
212
+ * Streaming speech recognition, Kubernetes compatible scaling, and enterprise-grade support
213
+
214
+ Although this model isn’t supported yet by Riva, the [list of supported models is here](https://huggingface.co/models?other=Riva).
215
+ Check out [Riva live demo](https://developer.nvidia.com/riva#demos).
216
+
217
+ ## References
218
+ [1] [Fast Conformer with Linearly Scalable Attention for Efficient Speech Recognition](https://arxiv.org/abs/2305.05084)
219
+
220
+ [2] [Google Sentencepiece Tokenizer](https://github.com/google/sentencepiece)
221
+
222
+ [3] [NVIDIA NeMo Toolkit](https://github.com/NVIDIA/NeMo)
223
+
224
+ [4] [Suno.ai](https://suno.ai/)
225
+
226
+ [5] [HuggingFace ASR Leaderboard](https://huggingface.co/spaces/hf-audio/open_asr_leaderboard)
parakeet-rnnt-1.1b-F16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daf9980e1cc042f10ccd7a3e796b2e1cad7ce5e8a7317cbe40aba22005426514
3
+ size 2145155808
parakeet-rnnt-1.1b-F32.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89379b9f6072cd90dd04c8d29e7d11062a69531b86fbf2b7f583b03179bc7df3
3
+ size 4282189024
parakeet-rnnt-1.1b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec209d7d020a7c7210ad015a360fd7d8d6b2abb528ca8bea092490f1c2f67317
3
+ size 825244256
parakeet-rnnt-1.1b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc2e520d4d7dc3cb508a924c824362dea4197a4183bca97210412088fc477a21
3
+ size 935754336
parakeet-rnnt-1.1b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74abd0091a451701c72db32163a1c7ede258394871adfbb50ea233a9335159c5
3
+ size 1042505312
parakeet-rnnt-1.1b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0e449657f8478de81c7e0659b0146b762df5d411c3d1d8010abe4d034dcecfa
3
+ size 1267284576