Add a more advanced and trained model
This commit is contained in:
18
advanced/hal.json
Normal file
18
advanced/hal.json
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"type": "micro",
|
||||||
|
"wake_word": "hal",
|
||||||
|
"author": "Tater Totterson",
|
||||||
|
"website": "https://github.com/TaterTotterson/microWakeWord-Trainer-Nvidia-Docker.git",
|
||||||
|
"model": "hal.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"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
advanced/hal.tflite
Normal file
BIN
advanced/hal.tflite
Normal file
Binary file not shown.
18
advanced/hey_hal.json
Normal file
18
advanced/hey_hal.json
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"type": "micro",
|
||||||
|
"wake_word": "hey_hal",
|
||||||
|
"author": "Tater Totterson",
|
||||||
|
"website": "https://github.com/TaterTotterson/microWakeWord-Trainer-Nvidia-Docker.git",
|
||||||
|
"model": "hey_hal.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"
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
advanced/hey_hal.tflite
Normal file
BIN
advanced/hey_hal.tflite
Normal file
Binary file not shown.
Reference in New Issue
Block a user