This is the meta configuration repo for the Vibecheck Deep Dive cascade.
It contains no model weights — weights are stored in the component repos below.
Component Repos
Component
Repo
Task
Quick Vibe (Tier 1)
itsLu/mentalbert-v5-source-aware
Cooperative source-aware 8-class MentalBERT
Pathway A (Tier 2)
itsLu/mentalbert-v5-specialist-a
CSSRS-pure 6-class specialist
Pathway B (Tier 2)
itsLu/longformer-v5-crisis-evidence
Binary crisis-evidence Longformer
Routing Logic
ROUTE_TO_DEEP_DIVE = (
top1_prob < 0.65or (top1_class in {Depression, Suicidal} and margin < 0.2)
)
# Pass-through: Normal and Directed Aggression always use Quick Vibe