Add hey_beemo openWakeWord ONNX model
Browse files- README.md +45 -0
- hey_beemo.onnx +3 -0
README.md
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- openWakeWord
|
| 5 |
+
- wake-word
|
| 6 |
+
- audio
|
| 7 |
+
- onnx
|
| 8 |
+
library_name: openwakeword
|
| 9 |
+
pipeline_tag: audio-classification
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# BMO openWakeWord model
|
| 13 |
+
|
| 14 |
+
Custom [openWakeWord](https://github.com/dscripka/openWakeWord) model for the wake phrase **“Hey BMO”** (trained as `hey beemo`).
|
| 15 |
+
|
| 16 |
+
## Files
|
| 17 |
+
|
| 18 |
+
| File | Description |
|
| 19 |
+
|------|-------------|
|
| 20 |
+
| `hey_beemo.onnx` | Wake-word classifier head (ONNX) |
|
| 21 |
+
|
| 22 |
+
Also requires the shared openWakeWord feature models at runtime:
|
| 23 |
+
|
| 24 |
+
- `melspectrogram.onnx`
|
| 25 |
+
- `embedding_model.onnx`
|
| 26 |
+
|
| 27 |
+
(from [openWakeWord](https://github.com/dscripka/openWakeWord) / [openWakeWord-cpp](https://github.com/rhasspy/openWakeWord-cpp))
|
| 28 |
+
|
| 29 |
+
## Usage with local-llm
|
| 30 |
+
|
| 31 |
+
```json
|
| 32 |
+
"model": {
|
| 33 |
+
"path": "../models/ww/hey_beemo.onnx"
|
| 34 |
+
}
|
| 35 |
+
```
|
| 36 |
+
|
| 37 |
+
Or download from this repo:
|
| 38 |
+
|
| 39 |
+
```bash
|
| 40 |
+
hf download amrmantawi/bmo-openwakeword hey_beemo.onnx --local-dir models/ww
|
| 41 |
+
```
|
| 42 |
+
|
| 43 |
+
## Training
|
| 44 |
+
|
| 45 |
+
Trained with the openWakeWord Google Colab automatic training notebook on synthetic speech for the phrase **hey beemo**.
|
hey_beemo.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df035b9be9357106b3398368b44dd4f65c4ee88f8cd20612e9b7d850c8b0c015
|
| 3 |
+
size 206276
|