show how to use the finetuned model

This commit is contained in:
Sebastian Raschka
2024-07-09 06:43:26 -07:00
parent e2918af036
commit 4f0a107692
4 changed files with 256 additions and 4 deletions

View File

@@ -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,