Update multilingual model card metadata
Browse files
README.md
CHANGED
|
@@ -9,6 +9,10 @@ tags:
|
|
| 9 |
- on-device
|
| 10 |
language:
|
| 11 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
library_name: coreml
|
| 13 |
license: apache-2.0
|
| 14 |
repository: https://github.com/AutoArk/open-audio-opd
|
|
@@ -28,6 +32,9 @@ This repository packages an iPhone-ready, ASR-only build of
|
|
| 28 |
`Audio8-ASR-0.1B`. It includes a Swift SDK, a minimal iOS demo app, an optional
|
| 29 |
ANE benchmark app, and a prebuilt model asset bundle.
|
| 30 |
|
|
|
|
|
|
|
|
|
|
| 31 |
The on-device pipeline uses Core ML on Apple Neural Engine for the audio tower
|
| 32 |
and ONNX Runtime for the int4 language-model decoder. Audio is transcribed
|
| 33 |
locally; no network request is required by the SDK or demo app.
|
|
|
|
| 9 |
- on-device
|
| 10 |
language:
|
| 11 |
- en
|
| 12 |
+
- zh
|
| 13 |
+
- fr
|
| 14 |
+
- ja
|
| 15 |
+
- yue
|
| 16 |
library_name: coreml
|
| 17 |
license: apache-2.0
|
| 18 |
repository: https://github.com/AutoArk/open-audio-opd
|
|
|
|
| 32 |
`Audio8-ASR-0.1B`. It includes a Swift SDK, a minimal iOS demo app, an optional
|
| 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
|
| 40 |
locally; no network request is required by the SDK or demo app.
|