diff options
| author | yum <yum.food.vr@gmail.com> | 2025-07-25 21:28:50 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-07-25 21:28:50 -0700 |
| commit | a7f9b7b5fb33bead6bcfb0ad6867b57f2ddc42af (patch) | |
| tree | 61d4870a019acb0e545d88e7661c8a4c7d90e499 /ui/package.json | |
| parent | 5df013d26eb13ed4aef8d16aa14346e0f9be5111 (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.json | 5 |
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": { |
