Moved glossary button to header instead of hidden in sidebar 42ae447 cdpearlman commited on 25 days ago
Added simpler ablation experiment buttons to add full categories 3c5f2fd cdpearlman commited on Mar 21
Replace token references with word in output selection stage ac0335e cdpearlman Claude Opus 4.6 commited on Mar 19
Rename L#-H# notation to L#-D# for detector consistency deb2071 cdpearlman Claude Opus 4.6 commited on Mar 17
Reduce jargon across UI for younger/less-technical audiences abf6a1c cdpearlman Claude Opus 4.6 commited on Mar 16
Fixed ablation graphs first token population, still need to fix original graphs when no beam selected 670d882 cdpearlman commited on Mar 6
added color swatches for easy mapping from attention categories to BertViz 96e2bc7 cdpearlman commited on Mar 5
completed the rest of the explanation improvements from JARVIS audit ff1ba74 cdpearlman commited on Feb 27
ablation experiment fixes, better UI and full sequence comparison a938eeb cdpearlman commited on Feb 22
feat(output): Add token scrubber with per-position top-5 next-token probabilities d60cfe2 cdpearlman Cursor commited on Feb 16
feat: Add AI chatbot with Gemini integration and RAG support 62884e7 cdpearlman Cursor commited on Feb 3
chore: remove unused code, imports, and deprecated functions 2965a7d cdpearlman Cursor commited on Feb 3
conductor(checkpoint): Checkpoint end of Phase 2: Frontend Control Panel 24bd049 cdpearlman commited on Jan 29
Fix ablation head selection: handle old data format, prevent spurious selections on render bb577e6 cdpearlman commited on Jan 26
Fix 5 UI issues: comparison button, tokenization layout, expandable attention categories, BertViz instructions, multi-layer ablation 0f46e9c cdpearlman commited on Jan 26
Refactor analysis scope and enhance attention UI (Agents F and G) 8a1fc4b cdpearlman commited on Jan 26
Add educational explanations to pipeline stages (Agent C): embedding lookup table, MLP knowledge storage, attention viz guide 3e6c5b6 cdpearlman commited on Jan 26
Improve UI clarity: rename generation settings labels and remove score display d134e9a cdpearlman commited on Jan 26
Refactor: Replace heatmap with pipeline explanation visualization 3850656 cdpearlman commited on Jan 14
Ablation updated for full sequence, needs refactor for front-end and workflow 2ad1c2e cdpearlman commited on Dec 31, 2025
Fix storage quota error by using memory storage and add type safety checks cc96787 cdpearlman commited on Dec 22, 2025
Update layer highlighting to 100% threshold for actual output token only 9d22c3c cdpearlman commited on Nov 11, 2025
Improve explanations: optimize head categorization and comparison thresholds, enhance ablation explanation, rewrite all tooltips for high school level b828e58 cdpearlman commited on Nov 10, 2025
Clean up: fix significant layer threshold to 50%, remove unused logit lens parameter, remove certainty calculations a4e6de8 cdpearlman commited on Nov 10, 2025
Add ablation experiment before/after comparison with Reset button d701d46 cdpearlman commited on Nov 7, 2025
Fix token predictions not being collected - changed condition to check for block_outputs and norm_parameters instead of logit_lens_parameter d6f21db cdpearlman commited on Nov 4, 2025
Implement PHASE 3: Tokenization Explanation Section - Created components/tokenization_panel.py with three-column layout - Added HTML/CSS-based static tokenization diagram - Integrated tokenization panel into main_panel.py - Added update_tokenization_display() callback - Added CSS styling with hover effects and connecting lines - Implemented comparison mode support with vertical stacking f0bb174 cdpearlman commited on Nov 3, 2025
PHASE 2: UI Component Removal & Cleanup - Removed Check Token feature, Bottom Experiments section, certainty display, and top_attended section from layer accordions. Cleaned up related CSS. 313afef cdpearlman commited on Nov 3, 2025