Jarbas commited on
Commit
f2f45c1
·
verified ·
1 Parent(s): a3a74f8

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_eo_conformer_ctc_large
@@ -12,12 +14,11 @@ pipeline_tag: automatic-speech-recognition
12
 
13
  # nvidia-eo-conformer-ctc-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_eo_conformer_ctc_large](https://huggingface.co/nvidia/stt_eo_conformer_ctc_large).
21
 
22
  ```python
23
  import onnx_asr
 
1
  ---
2
  license: cc-by-4.0
3
+ language:
4
+ - eo
5
  library_name: onnx-asr
6
  base_model:
7
  - nvidia/stt_eo_conformer_ctc_large
 
14
 
15
  # nvidia-eo-conformer-ctc-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: **Esperanto**. Converted from [nvidia/stt_eo_conformer_ctc_large](https://huggingface.co/nvidia/stt_eo_conformer_ctc_large).
22
 
23
  ```python
24
  import onnx_asr