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

Add German and Korean language metadata

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -11,7 +11,9 @@ language:
11
  - en
12
  - zh
13
  - fr
 
14
  - ja
 
15
  - yue
16
  library_name: coreml
17
  license: apache-2.0
@@ -33,7 +35,7 @@ This repository packages an iPhone-ready, ASR-only build of
33
  ANE benchmark app, and a prebuilt model asset bundle.
34
 
35
  The ASR model is multilingual, with support for languages including English,
36
- Chinese, Cantonese, French, and Japanese.
37
 
38
  The on-device pipeline uses Core ML on Apple Neural Engine for the audio tower
39
  and ONNX Runtime for the int4 language-model decoder. Audio is transcribed
 
11
  - en
12
  - zh
13
  - fr
14
+ - de
15
  - ja
16
+ - ko
17
  - yue
18
  library_name: coreml
19
  license: apache-2.0
 
35
  ANE benchmark app, and a prebuilt model asset bundle.
36
 
37
  The ASR model is multilingual, with support for languages including English,
38
+ Chinese, Cantonese, French, German, Japanese, and Korean.
39
 
40
  The on-device pipeline uses Core ML on Apple Neural Engine for the audio tower
41
  and ONNX Runtime for the int4 language-model decoder. Audio is transcribed