Skip to content

Commit

Permalink
fix: small typo in Update Using_reasoning_for_data_validation.ipynb (
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJoeKr authored Oct 25, 2024
1 parent d0cc7f1 commit 3f60de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/o1/Using_reasoning_for_data_validation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"source": [
"We will use a lot of the principles described in the [Synthetic Data Generation](https://cookbook.openai.com/examples/sdg1) cookbook to create the foundation of our dataset.\n",
"\n",
"We will prompt the model to generate sets of medical data for our use case. We have provide detailed instructions to the model on how to create the dataset, what format to follow, and how to fill it with inaccuracies. We also provide a few rows of sample data to get the model started. \n",
"We will prompt the model to generate sets of medical data for our use case. We have provided detailed instructions to the model on how to create the dataset, what format to follow, and how to fill it with inaccuracies. We also provide a few rows of sample data to get the model started. \n",
"\n",
"Each row in the dataset will have the following fields:\n",
"- Patient ID: A randomly generated patient id\n",
Expand Down

0 comments on commit 3f60de0

Please sign in to comment.