Automatic Speech Recognition
Core ML
NeMo
English
coremltools
asr
speech
parakeet
nvidia
6bit-palettize-kmeans
Instructions to use OpenVoiceOS/parakeet-ctc-0.6b-coreml-6bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use OpenVoiceOS/parakeet-ctc-0.6b-coreml-6bit with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("OpenVoiceOS/parakeet-ctc-0.6b-coreml-6bit") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Re-export with compute_precision=FLOAT32 to fix NaN bug on 0.6b conformer
Browse files- parakeet_ctc_decoder.mlpackage/Data/com.apple.CoreML/model.mlmodel +2 -2
- parakeet_ctc_decoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin +2 -2
- parakeet_ctc_decoder.mlpackage/Manifest.json +1 -1
- parakeet_mel_encoder.mlpackage/Data/com.apple.CoreML/model.mlmodel +2 -2
- parakeet_mel_encoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin +2 -2
- parakeet_mel_encoder.mlpackage/Manifest.json +1 -1
- quantization_summary.json +5 -5
parakeet_ctc_decoder.mlpackage/Data/com.apple.CoreML/model.mlmodel
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:807eb694f7a126ac6e4638e332204ed6b373a1a0931eae65d75a42a8b778d064
|
| 3 |
+
size 2550
|
parakeet_ctc_decoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f4405ebaf9a01098dd0d4d1904f17b52c66f99f9f5ac1c5c6614cac3ef34222
|
| 3 |
+
size 791872
|
parakeet_ctc_decoder.mlpackage/Manifest.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 617
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf15f4d544f99c5ca36a687abe2b304e7e108b4ede1127c5c113eda879582689
|
| 3 |
size 617
|
parakeet_mel_encoder.mlpackage/Data/com.apple.CoreML/model.mlmodel
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82eb294094301edfce6fc49b7e29b82d39c7b02176d04aed13b3f05f372a5f7b
|
| 3 |
+
size 691718
|
parakeet_mel_encoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3fc339f9e924eab4e997a8d7ff64f6dd86252699c896c418664aab07fc5c057
|
| 3 |
+
size 446669376
|
parakeet_mel_encoder.mlpackage/Manifest.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 617
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8b00f12b80e8c11a8b5fd44c9d03ae59818b5109112cb7e3f1188d8e7764c3d
|
| 3 |
size 617
|
quantization_summary.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
{
|
| 2 |
"parakeet_ctc_decoder": {
|
| 3 |
-
"original_mb":
|
| 4 |
"6bit_mb": 0.8,
|
| 5 |
-
"compression":
|
| 6 |
},
|
| 7 |
"parakeet_mel_encoder": {
|
| 8 |
-
"original_mb":
|
| 9 |
-
"6bit_mb":
|
| 10 |
-
"compression":
|
| 11 |
}
|
| 12 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"parakeet_ctc_decoder": {
|
| 3 |
+
"original_mb": 4.0,
|
| 4 |
"6bit_mb": 0.8,
|
| 5 |
+
"compression": 5.29
|
| 6 |
},
|
| 7 |
"parakeet_mel_encoder": {
|
| 8 |
+
"original_mb": 2259.6,
|
| 9 |
+
"6bit_mb": 426.6,
|
| 10 |
+
"compression": 5.3
|
| 11 |
}
|
| 12 |
}
|