Skip to content

Commit 975d6ee

Browse files
committed
Add note about finetuning on squad with newer models
1 parent b701bc0 commit 975d6ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/fine-tuned_qa/ft_retrieval_augmented_generation_qdrant.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"\n",
1212
"We will also be integrating Qdrant and Few-Shot Learning to boost the model's performance and reduce hallucinations. This could serve as a practical guide for ML practitioners, data scientists, and AI Engineers interested in leveraging the power of OpenAI models for specific use-cases. 🤩\n",
1313
"\n",
14+
"Note: This notebook uses the gpt-3.5-turbo model. Fine-tuning on the SQuAD dataset with this setup yields only minimal gains for more advanced models such as gpt-4o or gpt-4.1. As such, this notebook is primarily intended as a guide for fine-tuning workflows and retrieval-augmented generation (RAG) practices\n",
15+
"\n",
1416
"## Why should you read this blog?\n",
1517
"\n",
1618
"You want to learn how to \n",

0 commit comments

Comments
 (0)