Instructions to use OpenVoiceOS/nvidia-kab-conformer-transducer-large-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use OpenVoiceOS/nvidia-kab-conformer-transducer-large-onnx with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("OpenVoiceOS/nvidia-kab-conformer-transducer-large-onnx") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Fix language metadata in model card
Browse files
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
| 3 |
library_name: onnx-asr
|
| 4 |
base_model:
|
| 5 |
- nvidia/stt_kab_conformer_transducer_large
|
|
@@ -12,12 +14,11 @@ pipeline_tag: automatic-speech-recognition
|
|
| 12 |
|
| 13 |
# nvidia-kab-conformer-transducer-large-onnx
|
| 14 |
|
| 15 |
-
ASR model exported to ONNX for
|
| 16 |
-
[onnx-asr](https://github.com/
|
| 17 |
-
|
| 18 |
-
OpenVoiceOS STT plugin. Ships both fp32 and int8 weights.
|
| 19 |
|
| 20 |
-
Language: **
|
| 21 |
|
| 22 |
```python
|
| 23 |
import onnx_asr
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- kab
|
| 5 |
library_name: onnx-asr
|
| 6 |
base_model:
|
| 7 |
- nvidia/stt_kab_conformer_transducer_large
|
|
|
|
| 14 |
|
| 15 |
# nvidia-kab-conformer-transducer-large-onnx
|
| 16 |
|
| 17 |
+
ASR model exported to ONNX for [onnx-asr](https://github.com/istupakov/onnx-asr)
|
| 18 |
+
and the [ovos-stt-plugin-onnx-asr](https://github.com/OpenVoiceOS/ovos-stt-plugin-onnx-asr)
|
| 19 |
+
plugin. Ships both fp32 and int8 weights.
|
|
|
|
| 20 |
|
| 21 |
+
Language: **Kabyle**. Converted from [nvidia/stt_kab_conformer_transducer_large](https://huggingface.co/nvidia/stt_kab_conformer_transducer_large).
|
| 22 |
|
| 23 |
```python
|
| 24 |
import onnx_asr
|