Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def update_description(task_name: str) -> str:
|
|
59 |
return descriptions.get(task_name, "βΉοΈ No description available.")
|
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 |
|
|
|
59 |
return descriptions.get(task_name, "βΉοΈ No description available.")
|
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 |
|