tt

tt

Hello

Hello

Hello

test #s

  • hi

    • hi test -s Inline math: E=mc2E=mc^2

test

editedit!! project tab
test

test video rendering

test mmd

flowchart LR subgraph Input U["Player Utterance"] --> Tok["Tokenizer"] end Tok --> Emb["Token Embedding + RoPE"] subgraph DecoderOnly["Decoder-only Transformer xN (LoRA on Attention/FFN)"] Attn["Multi-Head Attention (Causal, GQA)"] R1["Residual + RMSNorm"] FFN["SwiGLU Feed-Forward"] R2["Residual + RMSNorm"] end Emb --> Attn --> R1 --> FFN --> R2 R2 --> LMHead["LM Head → Next Token"] R2 --> Pool["STATE-token Pooling"] Pool --> DeltaHead["Delta Head (2: trust, relationship) [-1,1]"] Pool --> FlagHead["Flag Head (NUM_FLAGS, scores 0..1)"] classDef op fill:#eef,stroke:#669,stroke-width:1px;