Commit History

Fixed duplicate activation store bug
78cc5b4
Running

cdpearlman commited on

added color swatches for easy mapping from attention categories to BertViz
96e2bc7

cdpearlman commited on

Fixed model-switching bug with activation store clearing
7ad3e7b

cdpearlman commited on

ContextKit LLM memory update
11aaea3

cdpearlman commited on

display attention category scores in order
c629c1f

cdpearlman commited on

Added loading screen to pipeline steps for better UX
93c55d0

cdpearlman commited on

completed the rest of the explanation improvements from JARVIS audit
ff1ba74

cdpearlman commited on

New models chosen and rag docs updated
f478beb

cdpearlman commited on

Attention refactor, better categorization and explanation
7fa8fb4

cdpearlman commited on

plans update
d86e476

cdpearlman commited on

Fixed glossary UI to be cleaner
1cce926

cdpearlman commited on

Added glossary embeddings and explanations
2800225

cdpearlman commited on

Chatbot improvements: UI cleaning, chat streaming, typing animation, and better markdown formatting
a684a8d

cdpearlman commited on

ablation experiment fixes, better UI and full sequence comparison
a938eeb

cdpearlman commited on

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

cdpearlman Cursor commited on

Added full sequence to analysis, still need to do output scrubber
3f991b4

cdpearlman commited on

Add drag-to-resize on chat window left edge
718dfcb

cdpearlman Cursor commited on

Add 30 RAG documents for chatbot knowledge base
78691d1

cdpearlman Cursor commited on

Add Hugging Face Spaces configuration to README
e582564

cdpearlman Cursor commited on

Add Dockerfile for Hugging Face Spaces deployment
159696b

cdpearlman commited on

Added message greeting to chatbot
b6266bb

cdpearlman commited on

Reset chat history on browser refresh to show greeting
cbe8dbf

cdpearlman Cursor commited on

Add greeting message to chatbot on first open
678a73d

cdpearlman Cursor commited on

cleanup stuff
1f487a9

cdpearlman commited on

Switch to cost-optimized paid models: Gemini 2.5 Flash Lite + text-embedding-3-small
129c11e

cdpearlman Cursor commited on

Switch to free models: Qwen3-Next chat + local embeddings
94b077a

cdpearlman Cursor commited on

Migrate from Gemini to OpenRouter API
ef3e36a

cdpearlman Cursor commited on

Migrate from google-generativeai to google-genai SDK
ddd91a5

cdpearlman Cursor commited on

Add Hugging Face deployment prep: .gitignore, load_dotenv, API tests
689669f

cdpearlman Cursor commited on

merged chatbot iteration 1 with codebase cleanup
af368dc

cdpearlman commited on

Resolve merge conflicts in README.md and todo.md
b4d0227

cdpearlman Cursor commited on

docs: Update todo.md with AI chatbot completion
a67d923

cdpearlman Cursor commited on

feat: Add AI chatbot with Gemini integration and RAG support
62884e7

cdpearlman Cursor commited on

cleanup for merge
b194610

cdpearlman commited on

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

cdpearlman Cursor commited on

readme update
06b6fdf

cdpearlman commited on

conductor setup
aabd66e

cdpearlman commited on

chore(conductor): Delete track 'Implement interactive ablation studies'
95244f4

cdpearlman commited on

chore(conductor): Mark track 'Implement interactive ablation studies' as complete
28d8675

cdpearlman commited on

conductor(checkpoint): Checkpoint end of Phase 3: Visualization & Feedback Loop
72f82a4

cdpearlman commited on

conductor(plan): Mark phase 'Frontend Control Panel' as complete
03a76e7

cdpearlman commited on

conductor(checkpoint): Checkpoint end of Phase 2: Frontend Control Panel
24bd049

cdpearlman commited on

fix(utils): Export generate_bertviz_model_view_html from package
5cad664

cdpearlman commited on

conductor(plan): Mark phase 'Backend Support for Ablation' as complete
209d284

cdpearlman commited on

conductor(checkpoint): Checkpoint end of Phase 1: Backend Support for Ablation
5fc7374

cdpearlman commited on

conductor(plan): Mark task 'Update the main inference pipeline' as complete
b2625b4

cdpearlman commited on

feat(pipeline): Add ablation support to beam search and verify pipeline dispatch
d2ea949

cdpearlman commited on

feat(ablation): Unify ablation execution into execute_forward_pass
2f4e4f3

cdpearlman commited on

test(ablation): Verify multi-layer head ablation utility
890f413

cdpearlman commited on

test(ablation): Add reproduction script for head ablation
43cf4ff

cdpearlman commited on