fix: small typo in Update Using_reasoning_for_data_validation.ipynb (#1407)

This commit is contained in:
Jozef Kraus 2024-10-26 01:44:34 +02:00 committed by GitHub
parent d0cc7f1ffa
commit 3f60de050d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@
"source": [ "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", "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", "\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", "\n",
"Each row in the dataset will have the following fields:\n", "Each row in the dataset will have the following fields:\n",
"- Patient ID: A randomly generated patient id\n", "- Patient ID: A randomly generated patient id\n",