Recalibrate mode similarity ranges for current corpus

This commit is contained in:
2026-04-26 15:57:41 -04:00
parent 08b95f1c0c
commit 72c8d1ef2c
+4 -4
View File
@@ -28,10 +28,10 @@ DREAMS_WEBDAV = f"{NEXTCLOUD_URL}/remote.php/dav/files/{NEXTCLOUD_USER}/Jou
# ─── Mode similarity ranges (calibrated for all-MiniLM-L6-v2) ───────────────
MODE_RANGES = {
"nrem": (0.60, 0.72),
"early-rem": (0.45, 0.62),
"late-rem": (0.28, 0.48),
"lucid": (0.38, 0.72),
"nrem": (0.48, 0.72),
"early-rem": (0.38, 0.55),
"late-rem": (0.22, 0.42),
"lucid": (0.32, 0.72),
}
# ─── Stage 1: Observe ───────────────────────────────────────────────────────