Add German and Korean language metadata
Browse files- README.md +5 -1
- config.json +3 -1
README.md
CHANGED
|
@@ -13,12 +13,16 @@ tags:
|
|
| 13 |
- cantonese
|
| 14 |
- french
|
| 15 |
- japanese
|
|
|
|
|
|
|
| 16 |
language:
|
| 17 |
- en
|
| 18 |
- zh
|
| 19 |
- yue
|
| 20 |
- fr
|
| 21 |
- ja
|
|
|
|
|
|
|
| 22 |
library_name: onnx
|
| 23 |
pipeline_tag: automatic-speech-recognition
|
| 24 |
license: apache-2.0
|
|
@@ -41,7 +45,7 @@ a browser UI, a local HTTP API, tokenizer/config files, and decoder/audio-head
|
|
| 41 |
precision variants.
|
| 42 |
|
| 43 |
The model is a multilingual ASR model with support for English, Chinese,
|
| 44 |
-
Cantonese, French, and
|
| 45 |
|
| 46 |
This repository does not require the original training repository or a separate
|
| 47 |
source checkpoint at runtime. Everything needed for CPU ONNX inference is in
|
|
|
|
| 13 |
- cantonese
|
| 14 |
- french
|
| 15 |
- japanese
|
| 16 |
+
- german
|
| 17 |
+
- korean
|
| 18 |
language:
|
| 19 |
- en
|
| 20 |
- zh
|
| 21 |
- yue
|
| 22 |
- fr
|
| 23 |
- ja
|
| 24 |
+
- de
|
| 25 |
+
- ko
|
| 26 |
library_name: onnx
|
| 27 |
pipeline_tag: automatic-speech-recognition
|
| 28 |
license: apache-2.0
|
|
|
|
| 45 |
precision variants.
|
| 46 |
|
| 47 |
The model is a multilingual ASR model with support for English, Chinese,
|
| 48 |
+
Cantonese, French, Japanese, German, and Korean.
|
| 49 |
|
| 50 |
This repository does not require the original training repository or a separate
|
| 51 |
source checkpoint at runtime. Everything needed for CPU ONNX inference is in
|
config.json
CHANGED
|
@@ -13,7 +13,9 @@
|
|
| 13 |
"Chinese",
|
| 14 |
"Cantonese",
|
| 15 |
"French",
|
| 16 |
-
"Japanese"
|
|
|
|
|
|
|
| 17 |
],
|
| 18 |
"model_bundle": "model_bundle",
|
| 19 |
"default_cache_precision": "int8",
|
|
|
|
| 13 |
"Chinese",
|
| 14 |
"Cantonese",
|
| 15 |
"French",
|
| 16 |
+
"Japanese",
|
| 17 |
+
"German",
|
| 18 |
+
"Korean"
|
| 19 |
],
|
| 20 |
"model_bundle": "model_bundle",
|
| 21 |
"default_cache_precision": "int8",
|