limoXD's picture
Release v0.3 local fail-closed sidecar
1e41561 verified
Raw
History Blame Contribute Delete
570 Bytes
from __future__ import annotations
from .domain import RerankConfig
# Frozen from the full pinned GSD dev split before any PUD model scoring.
MOZC_PROFILE_STATE = "frozen"
MOZC_PROFILE_SELECTION_REVISION = "7bc20119f476b552635e0640644e577b6fd3606b"
MOZC_PROFILE_SELECTION_SHA256 = (
"18d266e29336ef619787a928d89d20f2e64188be70d5b37829e3aadc5bb6b841"
)
MOZC_PROFILES = {
"incremental": RerankConfig(prior_weight=6.0, min_margin=2.0),
"bidirectional": RerankConfig(prior_weight=3.0, min_margin=1.5),
}
MOZC_SIDECAR_SOURCE_ID = "mozc_oss_dictionary_cost_v1"