wake: боевая модель «Эй, космо» (реальная речь Golos в негативах)
All checks were successful
Deploy / deploy (push) Successful in 1m35s

- переобучено на 3594 позитива + 2585 негатива (вкл. корпус Golos)
- held-out: recall 0.984, FP 0.022; проверка через WASM-рантайм pos 1.00 / neg 0.00
- инференс планшета не меняется (окно 25), только веса
- подпись фразы в UI: Космо -> Эй, космо
This commit is contained in:
d.klimov
2026-07-22 22:34:39 +03:00
parent 80ac72ae3c
commit f97b41b848
2 changed files with 1 additions and 1 deletions

View File

@@ -313,7 +313,7 @@ export default function VoiceController() {
onPointerCancel={() => { if (pressTimer.current) clearTimeout(pressTimer.current); pressTimer.current = null }} onPointerCancel={() => { if (pressTimer.current) clearTimeout(pressTimer.current); pressTimer.current = null }}
data-swipe-ignore data-swipe-ignore
aria-label={isActive ? 'Выключить ассистента' : 'Активировать ассистента'} aria-label={isActive ? 'Выключить ассистента' : 'Активировать ассистента'}
title={isActive ? 'Скажи «Космо» · долгий тап = выкл' : 'Тап = активировать'} title={isActive ? 'Скажи «Эй, космо» · долгий тап = выкл' : 'Тап = активировать'}
style={{ style={{
position: 'fixed', position: 'fixed',
right: 24, right: 24,

Binary file not shown.