Views
No views yet
RiverRider/srt-nla-gemma4-artifacts.
Program: github.com/space-bacon/SRT
(paper_nla.md §11.6–§11.7).| you want | use |
|---|---|
| the best text for a state (text or image query) | NN retrieval against the L47 indexes — fast, calibrated, powers the demo |
| generative candidates / paraphrase diversity | this AV, sampled best-of-K with oracle rerank (K=8–32) |
| greedy one-shot decoding | not a recommended mode on this backbone (see notes) |
| file | recipe |
|---|---|
ce/best_av.pt | CE on gold tokens, np=16, corpus targets, 2 epochs |
draft/best_av.pt | as above, plus in-context NN draft (kept for the paper's §11.7 ablation) |
scripts/sample_targets.py --corpus); chat-tuned gemma-4 degenerates under bare-BOS
self-sampling.ActivationVerbalizer (srt/nla/), num_prefix_tokens=16,
extraction_layer=47, backbone via srt.nla.load_frozen_backbone
(Gemma4ForConditionalGeneration; AutoModelForCausalLM silently
loads random weights for this architecture).