Instructions to use OpenVoiceOS/parakeet-ctc-1.1b-coreml-fp16 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-fp16 with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("OpenVoiceOS/parakeet-ctc-1.1b-coreml-fp16") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -11,6 +11,7 @@ tags:
|
|
| 11 |
- nvidia
|
| 12 |
library_name: coremltools
|
| 13 |
pipeline_tag: automatic-speech-recognition
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# parakeet-ctc-1.1b-coreml-fp16
|
|
|
|
| 11 |
- nvidia
|
| 12 |
library_name: coremltools
|
| 13 |
pipeline_tag: automatic-speech-recognition
|
| 14 |
+
base_model: nvidia/parakeet-ctc-1.1b
|
| 15 |
---
|
| 16 |
|
| 17 |
# parakeet-ctc-1.1b-coreml-fp16
|
parakeet_ctc_decoder.mlpackage/Manifest.json
CHANGED
|
@@ -1,18 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
"1FA272DF-A98F-4C2E-85CA-ED5D21EE3BA5": {
|
| 5 |
-
"author": "com.apple.CoreML",
|
| 6 |
-
"description": "CoreML Model Weights",
|
| 7 |
-
"name": "weights",
|
| 8 |
-
"path": "com.apple.CoreML/weights"
|
| 9 |
-
},
|
| 10 |
-
"EB205B56-C511-47D2-809E-2366C9FBC943": {
|
| 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": "EB205B56-C511-47D2-809E-2366C9FBC943"
|
| 18 |
-
}
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f897a89bd04b38f90238b5a9ea881b09340960ec9c930f1aae4611c96fb07b2f
|
| 3 |
+
size 617
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
parakeet_mel_encoder.mlpackage/Manifest.json
CHANGED
|
@@ -1,18 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
"1172E67F-D83A-4060-B894-11936BBE6A21": {
|
| 5 |
-
"author": "com.apple.CoreML",
|
| 6 |
-
"description": "CoreML Model Specification",
|
| 7 |
-
"name": "model.mlmodel",
|
| 8 |
-
"path": "com.apple.CoreML/model.mlmodel"
|
| 9 |
-
},
|
| 10 |
-
"88A9649F-64A8-4567-B61F-FD166EBD3B6D": {
|
| 11 |
-
"author": "com.apple.CoreML",
|
| 12 |
-
"description": "CoreML Model Weights",
|
| 13 |
-
"name": "weights",
|
| 14 |
-
"path": "com.apple.CoreML/weights"
|
| 15 |
-
}
|
| 16 |
-
},
|
| 17 |
-
"rootModelIdentifier": "1172E67F-D83A-4060-B894-11936BBE6A21"
|
| 18 |
-
}
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6c7fa2267bf6dc8e30bac5d863c2c89e9cbee3307a3765622e5e7083853509c
|
| 3 |
+
size 617
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|