Working model?

This commit is contained in:
Bas-Imth
2025-07-15 20:15:53 +02:00
parent ad356f9ed6
commit 7ef1e4fd15
4 changed files with 16 additions and 510 deletions

View File

@@ -1,15 +1,18 @@
{
"type": "micro",
"wake_word": "cortana",
"author": "bc",
"model": "https://git.paradeus.tech/Bas-Imth/models/raw/branch/main/cortana.tflite",
"version": 2,
"trained_languages": ["en"],
"micro": {
"probability_cutoff": 0.5,
"sliding_window_size": 5,
"feature_step_size": 10,
"tensor_arena_size": 22860,
"minimum_esphome_version": "2024.7"
}
"type": "micro",
"wake_word": "khum_puter",
"author": "master phooey",
"website": "https://github.com/MasterPhooey/MicroWakeWord-Trainer-Docker",
"model": "stream_state_internal_quant.tflite",
"trained_languages": [
"en"
],
"version": 2,
"micro": {
"probability_cutoff": 0.97,
"sliding_window_size": 5,
"feature_step_size": 10,
"tensor_arena_size": 30000,
"minimum_esphome_version": "2024.7.0"
}
}