mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-11-02 19:00:14 +00:00
add performance of llama 3 models for reference
This commit is contained in:
parent
9a81230968
commit
cbbd4c5600
@ -1734,6 +1734,16 @@
|
||||
"print(f\"Average score: {sum(scores)/len(scores):.2f}\\n\")"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "e95ac0db-aa58-43eb-8e6e-6ea8ae798299",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"- For reference, the original\n",
|
||||
" - Llama 3 8B base model achieves a score of 58.51\n",
|
||||
" - Llama 3 8B instruct model achieves a score of 82.65"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "412d7325-284a-446c-92a1-5aa8acc52dee",
|
||||
@ -1775,7 +1785,7 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.10.12"
|
||||
"version": "3.10.6"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user