Automatic Speech Recognition
Core ML
NeMo
English
coremltools
asr
speech
parakeet
nvidia
6bit-palettize-kmeans
Instructions to use OpenVoiceOS/parakeet-ctc-1.1b-coreml-6bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use OpenVoiceOS/parakeet-ctc-1.1b-coreml-6bit with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("OpenVoiceOS/parakeet-ctc-1.1b-coreml-6bit") 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 |
- 6bit-palettize-kmeans
|
| 13 |
library_name: coremltools
|
| 14 |
pipeline_tag: automatic-speech-recognition
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# parakeet-ctc-1.1b-coreml-6bit
|
|
|
|
| 12 |
- 6bit-palettize-kmeans
|
| 13 |
library_name: coremltools
|
| 14 |
pipeline_tag: automatic-speech-recognition
|
| 15 |
+
base_model: nvidia/parakeet-ctc-1.1b
|
| 16 |
---
|
| 17 |
|
| 18 |
# parakeet-ctc-1.1b-coreml-6bit
|
parakeet_ctc_decoder.mlpackage/Manifest.json
CHANGED
|
@@ -1,18 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
"3E7BA118-7F0A-4925-827C-13FF08BA5D54": {
|
| 5 |
-
"author": "com.apple.CoreML",
|
| 6 |
-
"description": "CoreML Model Specification",
|
| 7 |
-
"name": "model.mlmodel",
|
| 8 |
-
"path": "com.apple.CoreML/model.mlmodel"
|
| 9 |
-
},
|
| 10 |
-
"5B8FDF75-B088-4FEC-9F22-442A444E2574": {
|
| 11 |
-
"author": "com.apple.CoreML",
|
| 12 |
-
"description": "CoreML Model Weights",
|
| 13 |
-
"name": "weights",
|
| 14 |
-
"path": "com.apple.CoreML/weights"
|
| 15 |
-
}
|
| 16 |
-
},
|
| 17 |
-
"rootModelIdentifier": "3E7BA118-7F0A-4925-827C-13FF08BA5D54"
|
| 18 |
-
}
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eddd25c830547e5d2a71821b33e94c31fd1f76b510a15f75d8cf88d4f52232a9
|
| 3 |
+
size 617
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
parakeet_mel_encoder.mlpackage/Manifest.json
CHANGED
|
@@ -1,18 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
"C056F78B-6D3E-40DC-8EAA-3F3CA63C63C0": {
|
| 5 |
-
"author": "com.apple.CoreML",
|
| 6 |
-
"description": "CoreML Model Specification",
|
| 7 |
-
"name": "model.mlmodel",
|
| 8 |
-
"path": "com.apple.CoreML/model.mlmodel"
|
| 9 |
-
},
|
| 10 |
-
"F00A9741-8A9B-4EC3-AAA7-0CA2AB68AB1A": {
|
| 11 |
-
"author": "com.apple.CoreML",
|
| 12 |
-
"description": "CoreML Model Weights",
|
| 13 |
-
"name": "weights",
|
| 14 |
-
"path": "com.apple.CoreML/weights"
|
| 15 |
-
}
|
| 16 |
-
},
|
| 17 |
-
"rootModelIdentifier": "C056F78B-6D3E-40DC-8EAA-3F3CA63C63C0"
|
| 18 |
-
}
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe387cf144a67336736be7fa7c6d0a336ad506c6f78e401380d94bec95b4f1d2
|
| 3 |
+
size 617
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|