commit 76529182ae309862c7bd9d449da66e48dba0c321 Author: sudoxreboot Date: Tue Dec 30 10:04:11 2025 -0700 Upload files to "assets" diff --git a/assets/trinity.json b/assets/trinity.json new file mode 100644 index 0000000..138a479 --- /dev/null +++ b/assets/trinity.json @@ -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 + } +} diff --git a/assets/trinity.tflite b/assets/trinity.tflite new file mode 100644 index 0000000..243877f Binary files /dev/null and b/assets/trinity.tflite differ