Automatic Speech Recognition
Core ML
NeMo
English
coremltools
asr
speech
parakeet
nvidia
4bit-palettize-kmeans
Instructions to use OpenVoiceOS/parakeet-ctc-0.6b-coreml-4bit 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-4bit with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("OpenVoiceOS/parakeet-ctc-0.6b-coreml-4bit") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -12,6 +12,7 @@ tags:
|
|
| 12 |
- 4bit-palettize-kmeans
|
| 13 |
library_name: coremltools
|
| 14 |
pipeline_tag: automatic-speech-recognition
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# parakeet-ctc-0.6b-coreml-4bit
|
|
|
|
| 12 |
- 4bit-palettize-kmeans
|
| 13 |
library_name: coremltools
|
| 14 |
pipeline_tag: automatic-speech-recognition
|
| 15 |
+
base_model: nvidia/parakeet-ctc-0.6b
|
| 16 |
---
|
| 17 |
|
| 18 |
# parakeet-ctc-0.6b-coreml-4bit
|
parakeet_ctc_decoder.mlpackage/Manifest.json
CHANGED
|
@@ -1,18 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
"0C8C7FC0-19F8-4D3D-AF3C-04BC293FEB79": {
|
| 5 |
-
"author": "com.apple.CoreML",
|
| 6 |
-
"description": "CoreML Model Specification",
|
| 7 |
-
"name": "model.mlmodel",
|
| 8 |
-
"path": "com.apple.CoreML/model.mlmodel"
|
| 9 |
-
},
|
| 10 |
-
"CAC1B222-5242-48CF-B87F-EF39261E3916": {
|
| 11 |
-
"author": "com.apple.CoreML",
|
| 12 |
-
"description": "CoreML Model Weights",
|
| 13 |
-
"name": "weights",
|
| 14 |
-
"path": "com.apple.CoreML/weights"
|
| 15 |
-
}
|
| 16 |
-
},
|
| 17 |
-
"rootModelIdentifier": "0C8C7FC0-19F8-4D3D-AF3C-04BC293FEB79"
|
| 18 |
-
}
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49681f4d91bc9641f5b3a6249bd321a02312c6a9dc3dece4e2a985640cf216db
|
| 3 |
+
size 617
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
parakeet_mel_encoder.mlpackage/Manifest.json
CHANGED
|
@@ -1,18 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
"280EF493-B5E4-4BD7-8A9F-0FF6E28C7936": {
|
| 5 |
-
"author": "com.apple.CoreML",
|
| 6 |
-
"description": "CoreML Model Weights",
|
| 7 |
-
"name": "weights",
|
| 8 |
-
"path": "com.apple.CoreML/weights"
|
| 9 |
-
},
|
| 10 |
-
"4971FAFA-6AD2-4137-9061-6E42260C8F44": {
|
| 11 |
-
"author": "com.apple.CoreML",
|
| 12 |
-
"description": "CoreML Model Specification",
|
| 13 |
-
"name": "model.mlmodel",
|
| 14 |
-
"path": "com.apple.CoreML/model.mlmodel"
|
| 15 |
-
}
|
| 16 |
-
},
|
| 17 |
-
"rootModelIdentifier": "4971FAFA-6AD2-4137-9061-6E42260C8F44"
|
| 18 |
-
}
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee0e344d1ab1a4f12376c6da63a89424bd646f2ceffab883f99dbe2e7b5b41ec
|
| 3 |
+
size 617
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|