Commit ·
f4d9cf8
1
Parent(s): 94f23c8
update heatmap figure path
Browse files
app.py
CHANGED
|
@@ -429,7 +429,7 @@ Three patterns are notable:
|
|
| 429 |
|
| 430 |
\begin{figure}[h]
|
| 431 |
\centering
|
| 432 |
-
\includegraphics[width=0.95\linewidth]{
|
| 433 |
\caption{Token--subtask heatmap for \texttt{2L/1H/128d} (100K).
|
| 434 |
Each cell shows $P(\text{subtask} \mid \text{token})$ — the fraction of that token's
|
| 435 |
occurrences that fall into each Quirke subtask — over 2{,}600 held-out examples across
|
|
|
|
| 429 |
|
| 430 |
\begin{figure}[h]
|
| 431 |
\centering
|
| 432 |
+
\includegraphics[width=0.95\linewidth]{Styles/figures/fig_token_subtask.pdf}
|
| 433 |
\caption{Token--subtask heatmap for \texttt{2L/1H/128d} (100K).
|
| 434 |
Each cell shows $P(\text{subtask} \mid \text{token})$ — the fraction of that token's
|
| 435 |
occurrences that fall into each Quirke subtask — over 2{,}600 held-out examples across
|