Upload files to "assets"
This commit is contained in:
commit
76529182ae
2 changed files with 14 additions and 0 deletions
14
assets/trinity.json
Normal file
14
assets/trinity.json
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"type": "micro",
|
||||||
|
"wake_word": "trinity",
|
||||||
|
"author": "sudoxnym",
|
||||||
|
"model": "trinity.tflite",
|
||||||
|
"model_type": "mww-v2",
|
||||||
|
"micro": {
|
||||||
|
"probability_cutoff": 0.5,
|
||||||
|
"sliding_window_size": 5,
|
||||||
|
"feature_step_size": 10,
|
||||||
|
"tensor_arena_size": 8192
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
assets/trinity.tflite
Normal file
BIN
assets/trinity.tflite
Normal file
Binary file not shown.
Loading…
Reference in a new issue