Skip to content

Commit

Permalink
correction to evals.tex
Browse files Browse the repository at this point in the history
  • Loading branch information
souzatharsis committed Jan 22, 2025
1 parent def07a5 commit 64587b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ evals/
evals2/
.pypirc

.cursorrules

_minted-main/
svg-inkscape/

Expand Down
2 changes: 1 addition & 1 deletion tamingllms/latex/chapters/evals.tex
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ \section{Emerging Properties}

Figure~\ref{fig:emerging-properties} provides a list of emergent abilities of large language models and their scale \sidecite{wei2022emergentabilitieslargelanguage}. The relationship between model scale and emergent abilities follows an interesting non-linear relationship. Below certain size thresholds, specific abilities may be completely absent from the model - it simply cannot perform certain tasks. However, once the model reaches critical points in its scaling trajectory, these abilities can suddenly manifest in what researchers call a phase transition - a dramatic shift from inability to capability. This unpredictable emergence of capabilities stands in stark contrast to traditional software development, where features are deliberately implemented and can be systematically tested.

\begin{figure}s
\begin{figure}
\centering
\includegraphics{evals/emerging.png}
\caption{Emergent abilities of large language models and the scale \cite{wei2022emergentabilitieslargelanguage}}
Expand Down
6 changes: 3 additions & 3 deletions tamingllms/latex/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
\AddToShipoutPictureBG{%
\AtPageLowerLeft{%
\put(250,30){% % Adjust (x,y) coordinates as needed
\textit{\color{black!30}{TAMING LLMS DRAFT}}%
\textit{\color{black!30}{DRAFT - tamingllms.com}}%
}%
}%
}
Expand All @@ -121,7 +121,7 @@
\AtPageLowerLeft{%
\put(550,400){% % Adjust coordinates as needed
\rotatebox{90}{%
\textit{\color{black!30}{TAMING LLMS DRAFT}}%
\textit{\color{black!30}{DRAFT - tamingllms.com}}%
}%
}%
}%
Expand All @@ -131,7 +131,7 @@
\AtPageLowerLeft{%
\put(30,400){% % Reduced from 550 to 30 for left margin
\rotatebox{90}{%
\textit{\color{black!30}{TAMING LLMS DRAFT}}%
\textit{\color{black!30}{DRAFT - tamingllms.com}}%
}%
}%
}%
Expand Down

0 comments on commit 64587b0

Please sign in to comment.