Jarbas commited on
Commit
9791d48
·
verified ·
1 Parent(s): 96c3627

Fix language metadata in model card

Browse files
Files changed (1) hide show
  1. README.md +6 -5
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 the
16
- [onnx-asr](https://github.com/istupakov/onnx-asr) library and the
17
- [ovos-stt-plugin-onnx-asr](https://github.com/OpenVoiceOS/ovos-stt-plugin-onnx-asr)
18
- OpenVoiceOS STT plugin. Ships both fp32 and int8 weights.
19
 
20
- Language: **Multilingual**. Converted from [nvidia/stt_kab_conformer_transducer_large](https://huggingface.co/nvidia/stt_kab_conformer_transducer_large).
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