matveymih commited on
Commit
86d72db
Β·
verified Β·
1 Parent(s): c726fcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -60,7 +60,8 @@ def update_description(task_name: str) -> str:
60
 
61
  with gr.Blocks() as demo:
62
  gr.Markdown("# πŸ”¬ LLM-Microscope β€” Understanding Token Representations in Transformers")
63
- gr.Markdown("Select a model, analysis mode, and input β€” then peek inside the black box to see which layers matter most, which tokens carry the most memory, and how predictions evolve.")
 
64
 
65
  with gr.Row():
66
  model_selector = gr.Dropdown(
 
60
 
61
  with gr.Blocks() as demo:
62
  gr.Markdown("# πŸ”¬ LLM-Microscope β€” Understanding Token Representations in Transformers")
63
+ gr.Markdown("# πŸ”¬ LLM-Microscope β€” A Look Inside the Black Box")
64
+ gr.Markdown("Select a model, analysis mode, and input β€” then peek inside the black box of an LLM to see which layers matter most, which tokens carry the most memory, and how predictions evolve.")
65
 
66
  with gr.Row():
67
  model_selector = gr.Dropdown(