Skip to content

Commit

Permalink
update results of llama3.1 - 70b
Browse files Browse the repository at this point in the history
  • Loading branch information
tybalex committed Jul 24, 2024
1 parent 5e3c586 commit c689c4e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/benchmark.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Some of the LLMs above require using custom libraries to post-process LLM genera

`groq/Llama-3-Groq-8B-Tool-Use` and `groq/Llama-3-Groq-70B-Tool-Use` are tested using [groq's API](https://console.groq.com/docs/tool-use).

`Meta/Llama-3.1-8B-Instruct` is tested using Meta's [Llama3.1 official docs](https://llama.meta.com/docs/model-cards-and-prompt-formats/llama3_1/#user-defined-custom-tool-calling) of User-defined Custom tool calling.
`Meta/Llama-3.1-8B-Instruct` and `Meta/Llama-3.1-70B-Instruct` are tested using Meta's [Llama3.1 official docs](https://llama.meta.com/docs/model-cards-and-prompt-formats/llama3_1/#user-defined-custom-tool-calling) of User-defined Custom tool calling.

:::::

Expand Down
10 changes: 10 additions & 0 deletions docs/src/components/BenchmarkTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,16 @@ const data = [
gsm8k: '-',
math: '-',
mtBench:'-',
},
{
model: 'Meta/Llama-3.1-70B-Instruct',
params: 70.6,
functionCalling: '63.75%%',
mmlu: '-',
gpqa: '-',
gsm8k: '-',
math: '-',
mtBench:'-',
}
];

Expand Down

0 comments on commit c689c4e

Please sign in to comment.