LLMVis / utils /__init__.py

Commit History

Attention refactor, better categorization and explanation
7fa8fb4

cdpearlman commited on

feat(output): Add token scrubber with per-position top-5 next-token probabilities
d60cfe2

cdpearlman Cursor commited on

chore: remove unused code, imports, and deprecated functions
2965a7d

cdpearlman Cursor commited on

fix(utils): Export generate_bertviz_model_view_html from package
5cad664

cdpearlman commited on

Fix multi-layer ablation to ablate all heads simultaneously
ae08976

cdpearlman commited on

Switch attention viz to head_view and add categorization (Agent D)
ef749ae

cdpearlman commited on

Refactor: Replace heatmap with pipeline explanation visualization
3850656

cdpearlman commited on

heatmap implementation
ac745db

cdpearlman commited on

Ablation updated for full sequence, needs refactor for front-end and workflow
2ad1c2e

cdpearlman commited on

Fix storage quota error by using memory storage and add type safety checks
cc96787

cdpearlman commited on

Phase 1: Backend infrastructure for token merging, layer-wise tracking, and head ablation
ac1a7df

cdpearlman commited on

completed ablation experiment implementation
65dd6b7

cdpearlman commited on

Fix accordion data flow and remove all legacy Cytoscape code
44b60b5

cdpearlman commited on

Replace Cytoscape with accordion-based layer view
5c05f37

cdpearlman commited on

Refactor Check Token: Replace 4th edge with probability line graph
431ab15

cdpearlman commited on

Fix: Export categorize_single_layer_heads from utils package
d2086cb

cdpearlman commited on

Feature update: Reorganize attention head categorization with BertViz visualizations for each category
8e9f963

cdpearlman commited on

Feature 6: Implement two-prompt difference analysis with divergent layer highlighting
55e225f

cdpearlman commited on

Feature 5: Implement attention head detection and categorization with visual display
24b78dc

cdpearlman commited on

Added model config for automatic model parameter detection
c6cb681

cdpearlman commited on

Full visualization reorganization, handles model selection, parameter selection, visualizes graphs w/ bertviz onclick
1a93ca4

cdpearlman commited on