Skip to content

Commit

Permalink
final change
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-rgb committed Jul 19, 2024
1 parent 9cf14af commit 95adcfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/implementation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ \subsubsection{Model Selection}
The model selection was based on parameter count, popularity, ranking in the \gls{bfcl} and availability in the ollama models library.
Another condition for the model was to support German.
The parameter count should be lower than 15 Billion since it wouldn't really run on the server setup described in the last section.
The model should be either under the most popular models filter on the Ollama library website \footnote{\url{https://ollama.com/library?sort=popular}}
The model should be either under the most popular models filter on the Ollama library website \footnote{\url{https://ollama.com/library?sort=popular}} or be in the \gls{bfcl}.

% Define a new column type 'Y' for wider last column
\newcolumntype{Y}{>{\hsize=1.2\hsize}X}
\begin{table}[h!]
\centering
\begin{tabularx}{\textwidth}{lXXp{3cm}Xl}
\toprule
Model & Parameters & Size & Popularity \newline (Ollama) & BFCL \newline Accuracy & Organization \\
Model & Params & Size & Popularity \newline (Ollama) & BFCL \newline Accuracy & Organization \\
\midrule
home-3b-v3 & 3b & 1.7GB & 2.3K & - & - \\
qwen2-7b-instruct & 7b & 4.4GB & 281.6K & - & Alibaba \\
Expand Down

0 comments on commit 95adcfc

Please sign in to comment.