Skip to content

Commit

Permalink
fix: improve conclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreLeveau committed Sep 28, 2023
1 parent bd8164c commit 69f8200
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions recipes/finetuning_openai_summaries.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1161,6 +1161,14 @@
"Unfortunately, apart from the examples 3 and 9 which are clearly not functionning, it is not obvious which version is better."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Conclusion\n",
"This notebooks shows how to create a LLM fine-tuning project with Kili and Chat GPT 3.5, on a summarization use case. Given the excessive simplicity of the performance metric and the small size of the dataset, the results are not convincing. However, this notebook can be used as a starting point to build a more realistic pipeline, with a more reliable metric and a larger dataset."
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 69f8200

Please sign in to comment.