Skip to content

Commit 3f60de0

Browse files
authored
fix: small typo in Update Using_reasoning_for_data_validation.ipynb (#1407)
1 parent d0cc7f1 commit 3f60de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/o1/Using_reasoning_for_data_validation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"source": [
6161
"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",
6262
"\n",
63-
"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",
63+
"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",
6464
"\n",
6565
"Each row in the dataset will have the following fields:\n",
6666
"- Patient ID: A randomly generated patient id\n",

0 commit comments

Comments
 (0)