config.json 标准化 + README frontmatter(HF 模型卡规范)
#2
by inoryQwQ - opened
- README.md +11 -0
- config.json +18 -1
- models/630C/openwakeword__alexa_v0.1.axmodel +2 -2
- models/630C/openwakeword__hey_jarvis_v0.1.axmodel +2 -2
- models/630C/openwakeword__hey_mycroft_v0.1.axmodel +2 -2
- models/630C/openwakeword__hey_rhasspy_v0.1.axmodel +2 -2
- models/630C/openwakeword__timer_v0.1.axmodel +2 -2
- models/630C/openwakeword__weather_v0.1.axmodel +2 -2
- models/650/openwakeword__alexa_v0.1.axmodel +2 -2
- models/650/openwakeword__hey_jarvis_v0.1.axmodel +2 -2
- models/650/openwakeword__hey_mycroft_v0.1.axmodel +2 -2
- models/650/openwakeword__hey_rhasspy_v0.1.axmodel +2 -2
- models/650/openwakeword__timer_v0.1.axmodel +2 -2
- models/650/openwakeword__weather_v0.1.axmodel +2 -2
README.md
CHANGED
|
@@ -123,3 +123,14 @@ THRESHOLD=0.5 bash cpp/run_batch_openwakeword_ax630c.sh
|
|
| 123 |
|
| 124 |
- [openWakeWord](https://github.com/dscripka/openWakeWord)
|
| 125 |
- [Pulsar2](https://pulsar2-docs.readthedocs.io/en/latest/pulsar2/introduction.html)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 123 |
|
| 124 |
- [openWakeWord](https://github.com/dscripka/openWakeWord)
|
| 125 |
- [Pulsar2](https://pulsar2-docs.readthedocs.io/en/latest/pulsar2/introduction.html)
|
| 126 |
+
|
| 127 |
+
## 已知问题与改进
|
| 128 |
+
|
| 129 |
+
- **mel 请使用 CPU 实现**:`melspectrogram.axmodel` 在 AX650/AX630C 板上输出全零
|
| 130 |
+
(NPU 定点无法表达 mel 前端动态范围),`config.json` 默认 `mel_backend=numpy`,
|
| 131 |
+
Python/C++ 运行时均使用 `config/openwakeword_mel_weights.npz` 在 CPU 计算。
|
| 132 |
+
- **hey_rhasspy / weather 分类器已重新校准**:旧发布版在真实触发窗口得分退化
|
| 133 |
+
(峰值窗口实测 0.005 / 0.79);本版本改用包含 TTS 唤醒词正样本的校准集
|
| 134 |
+
(高响应窗口采样),峰值窗口得分恢复到 0.97 / 1.00(alexa/mycroft/timer 保持 1.0)。
|
| 135 |
+
校准与编译配方见 https://github.com/AXERA-TECH/openWakeWord.AXERA/pull/1 。
|
| 136 |
+
|
config.json
CHANGED
|
@@ -1,7 +1,24 @@
|
|
| 1 |
{
|
| 2 |
"model_type": "keyword-spotting",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"source": "openWakeWord",
|
| 4 |
-
"target_hardware":
|
|
|
|
|
|
|
|
|
|
| 5 |
"runtime": "axengine",
|
| 6 |
"sample_rate": 16000,
|
| 7 |
"default_threshold": 0.5,
|
|
|
|
| 1 |
{
|
| 2 |
"model_type": "keyword-spotting",
|
| 3 |
+
"pipeline_tag": "audio-classification",
|
| 4 |
+
"library_name": "axengine",
|
| 5 |
+
"tags": [
|
| 6 |
+
"keyword-spotting",
|
| 7 |
+
"wake-word",
|
| 8 |
+
"audio-classification",
|
| 9 |
+
"axera",
|
| 10 |
+
"ax650",
|
| 11 |
+
"ax630c"
|
| 12 |
+
],
|
| 13 |
+
"license": "apache-2.0",
|
| 14 |
+
"language": [
|
| 15 |
+
"en"
|
| 16 |
+
],
|
| 17 |
"source": "openWakeWord",
|
| 18 |
+
"target_hardware": [
|
| 19 |
+
"AX650",
|
| 20 |
+
"AX630C"
|
| 21 |
+
],
|
| 22 |
"runtime": "axengine",
|
| 23 |
"sample_rate": 16000,
|
| 24 |
"default_threshold": 0.5,
|
models/630C/openwakeword__alexa_v0.1.axmodel
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8547f11ce4162d8a54aba8fa2deec14ca0aae00938646a903b87373bea803e2b
|
| 3 |
+
size 226429
|
models/630C/openwakeword__hey_jarvis_v0.1.axmodel
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4859221ab8efb1ae628ebae0300d4890f2b0b751a2a05be68f831868212ba1a8
|
| 3 |
+
size 338397
|
models/630C/openwakeword__hey_mycroft_v0.1.axmodel
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb3eac0a14e1efff6c7b25bf117a225b8c20eb27f300979fc4947848d9453ae8
|
| 3 |
+
size 229421
|
models/630C/openwakeword__hey_rhasspy_v0.1.axmodel
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dac605475451c92b0bf2ac2fd133923f910d85b80098745eb59dab35d2f761b6
|
| 3 |
+
size 61549
|
models/630C/openwakeword__timer_v0.1.axmodel
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a013cb199528cf5a968fb3481f2a6f2f26b0b80cd867ff6cb1d09b31d588adcc
|
| 3 |
+
size 450013
|
models/630C/openwakeword__weather_v0.1.axmodel
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:027c9654b514e7a50f7f10dc336082ab910b4cb47fbfbf50c0ff71c2bd82578a
|
| 3 |
+
size 300117
|
models/650/openwakeword__alexa_v0.1.axmodel
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97d9f09e645bbb7a2703a2e96506f55354b8a0c51e3614dd1e5de92a994316b0
|
| 3 |
+
size 240975
|
models/650/openwakeword__hey_jarvis_v0.1.axmodel
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60671c1005ff525206c4417b0cb24a416674815bbc249d2f0bd3ce6a57be3ed3
|
| 3 |
+
size 366253
|
models/650/openwakeword__hey_mycroft_v0.1.axmodel
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec469726f386b07025cfdb16c72ddebb22caf79e239b1cd957a241e36c68a860
|
| 3 |
+
size 247423
|
models/650/openwakeword__hey_rhasspy_v0.1.axmodel
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:137405cc2ff7e62ff4ebf1d2c65a73945b645084e33b05c737690e3d81305f73
|
| 3 |
+
size 63975
|
models/650/openwakeword__timer_v0.1.axmodel
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22340e9f3158d28647b25f2cc5622bcad9f9556a1e02263aae8014529ff445a2
|
| 3 |
+
size 480719
|
models/650/openwakeword__weather_v0.1.axmodel
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33944aebdeb747bd7ae0fb9cc49e99dac5bc57fbbdb3e253044de6ffce26362e
|
| 3 |
+
size 320751
|