Typo docs - Update data_augmented_question_answering.ipynb propriterary-> proprietary (#2626)

Minor typo propritary -> proprietary
This commit is contained in:
Tommertom 2023-04-09 21:24:53 +02:00 committed by GitHub
parent 5376799a23
commit 0f5d3b3390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
"source": [
"# Data Augmented Question Answering\n",
"\n",
"This notebook uses some generic prompts/language models to evaluate an question answering system that uses other sources of data besides what is in the model. For example, this can be used to evaluate a question answering system over your propritary data.\n",
"This notebook uses some generic prompts/language models to evaluate an question answering system that uses other sources of data besides what is in the model. For example, this can be used to evaluate a question answering system over your proprietary data.\n",
"\n",
"## Setup\n",
"Let's set up an example with our favorite example - the state of the union address."