chua commited on
Commit
4b9f516
·
verified ·
1 Parent(s): 7126bd9

Update config language list

Browse files
Files changed (1) hide show
  1. config.json +9 -7
config.json CHANGED
@@ -9,13 +9,15 @@
9
  "base_model": "AutoArk-AI/Audio8-ASR-0.1B",
10
  "onnx_runtime_model": "AutoArk-AI/Audio8-ASR-0.1B-onnx-runtime",
11
  "asset_bundle": "dist/ASRModels.bundle",
12
- "languages": [
13
- "en",
14
- "zh",
15
- "yue",
16
- "fr",
17
- "ja"
18
- ],
 
 
19
  "audio_head": {
20
  "file": "tower.mlmodelc",
21
  "format": "Core ML mlmodelc",
 
9
  "base_model": "AutoArk-AI/Audio8-ASR-0.1B",
10
  "onnx_runtime_model": "AutoArk-AI/Audio8-ASR-0.1B-onnx-runtime",
11
  "asset_bundle": "dist/ASRModels.bundle",
12
+ "languages": [
13
+ "en",
14
+ "zh",
15
+ "yue",
16
+ "fr",
17
+ "de",
18
+ "ja",
19
+ "ko"
20
+ ],
21
  "audio_head": {
22
  "file": "tower.mlmodelc",
23
  "format": "Core ML mlmodelc",