summaryrefslogtreecommitdiffstats
path: root/ui/package.json
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-07-25 21:28:50 -0700
committeryum <yum.food.vr@gmail.com>2025-07-25 21:28:50 -0700
commita7f9b7b5fb33bead6bcfb0ad6867b57f2ddc42af (patch)
tree61d4870a019acb0e545d88e7661c8a4c7d90e499 /ui/package.json
parent5df013d26eb13ed4aef8d16aa14346e0f9be5111 (diff)
Experiment with hallucination reduction
- update cursorignore - add hallucination filter training & inference code - put logging into a central module - segment metadata logging occurs before filtering - segment metadata logging is on by default - check in embedded python setup script - include trained hallucination filter model
Diffstat (limited to 'ui/package.json')
-rw-r--r--ui/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/package.json b/ui/package.json
index ce22dee..a3647dc 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -63,6 +63,11 @@
"from": "../Sounds",
"to": "Sounds",
"filter": ["*.wav"]
+ },
+ {
+ "from": "../Models",
+ "to": "Models",
+ "filter": ["**/*.pkl"]
}
],
"win": {