config.json 标准化 + README frontmatter(HF 模型卡规范)

#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": "AX630C/AX650",
 
 
 
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:7115c3e39908999edc3af0dd15baddc6c6e3093f25007a3dcebf18320ef81177
3
- size 226487
 
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:f2d5ab8698daf6ea715b2189a71b0cae3593191780cd29fc703d896aa67b0789
3
- size 338337
 
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:34627c22ef7aaf915b88516a3a17d18631fe92f8945c734b57ef6b1232307b73
3
- size 229479
 
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:721f58b213a2951e52a80e45e3a1bb96fb761f631157dacb8e5f3aa7591aac26
3
- size 61607
 
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:954b46936f4fcee8694379812e0f89d00cea4b8d4f9ec0cb0632ce41a22d3c5b
3
- size 450738
 
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:2e597cc394a4ab34c5b1d9f777d366cb19053b07ec6ff873b163f306fb57a215
3
- size 300175
 
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:3595cd242ddf38aca019042d593c45ac1e90107a6d54836ea5593e3dc55f9784
3
- size 241041
 
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:c878a73a9f187505a9496c0b12c479c94de9102d7851bc31a7d75de15a7298ef
3
- size 365733
 
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:1ff391da1aefc04f20df5a24be0d063941459caeef0d5e6d6892c5561049fdf2
3
- size 247553
 
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:4e13babcf713a3b62ca871bd6d7df50315a09da17ab35c294fa41034baed4a69
3
- size 64073
 
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:4b7c243daadeed2e7ac2b398e5ee13fd7a3c40a5a857ad835809cbfc5d687b5a
3
- size 482100
 
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:f94fe025de680f18cfb55b7ca8f7cfabb94624f96b9f51424d73e75a9e0b471c
3
- size 320785
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33944aebdeb747bd7ae0fb9cc49e99dac5bc57fbbdb3e253044de6ffce26362e
3
+ size 320751