mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
show how to use the finetuned model
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
"if not finetuned_model_path.exists():\n",
|
||||
" print(\n",
|
||||
" f\"Could not find '{finetuned_model_path}'.\\n\"\n",
|
||||
" \"Run the `ch07.ipynb` notebook to finetune and save finetuned model.\"\n",
|
||||
" \"Run the `ch07.ipynb` notebook to finetune and save the finetuned model.\"\n",
|
||||
" )"
|
||||
]
|
||||
},
|
||||
@@ -207,7 +207,7 @@
|
||||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.11.4"
|
||||
"version": "3.12.2"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
||||
Reference in New Issue
Block a user