Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
|
|
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(
|