Skip to content

Commit 40509d7

Browse files
Changes based on review comments from Breck
1 parent 2348186 commit 40509d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

guide/14-deep-learning/address_standerdization_using_model_extension.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"2. **`ModelType`**: Specifies the type of task; for the **Text Using Deep Learning**, this will be set to `SequenceToSequence`.\n",
192192
"3. **`OutputField`**: The name of the field where the output will be stored.\n",
193193
"\n",
194-
"Other keys are prerogative to the Model extension author. In this instance, we've also incorporated `examples` and `prompt` related to **few-shot prompting**. This information will help us create a clear and effective prompt for the task at hand."
194+
"Other keys are prerogative of the Model extension author. In this instance, we've also incorporated `examples` and `prompt` related to **few-shot prompting**. This information will help us create a clear and effective prompt for the task at hand."
195195
]
196196
},
197197
{
@@ -244,7 +244,7 @@
244244
"id": "ccc1cbc9-d4dd-46bd-b6ad-578a0aa6d797",
245245
"metadata": {},
246246
"source": [
247-
"The model extension requires the process to be wrapped in a class that must implement the following functions:\n",
247+
"The model extension requires the process be wrapped in a class that implements the following functions:\n",
248248
"\n",
249249
"- `__init__`\n",
250250
"\n",
@@ -305,7 +305,7 @@
305305
"id": "f9aa02e1-fc97-428e-908e-c271b33c5670",
306306
"metadata": {},
307307
"source": [
308-
"This function is designed to collect parameters from the user through the **Transform Text Using Deep Learning (GeoAI)** Tool. To connect to the GPT-3.5 deployment on Azure, we require the `API key`, `base URL`, and `deployment name`. Since these parameters are sensitive, we will prompt the user for this information instead of hardcoding it within the file."
308+
"This function is designed to collect parameters from the user through the **Transform Text Using Deep Learning (GeoAI)** Tool. To connect to the GPT-3.5 deployment on Azure, we require the `API key`, `base URL`, and `deployment name` parameters. Since these parameters are sensitive, we will prompt the user for this information instead of hardcoding it within the file."
309309
]
310310
},
311311
{
@@ -739,7 +739,7 @@
739739
"id": "295a59e6-0d2c-4276-941e-45b8b1f554c8",
740740
"metadata": {},
741741
"source": [
742-
"To complete a custom NLP function setup, create a ESRI Deep Learning Package (.dlpk) file. \n",
742+
"To complete a custom NLP function setup, create an ESRI Deep Learning Package (.dlpk) file.\n",
743743
"\n",
744744
"Organize the files as follows:\n",
745745
"\n",
@@ -892,7 +892,7 @@
892892
"id": "ce393c87",
893893
"metadata": {},
894894
"source": [
895-
"In this notebook, we developed an address standardization model using GPT-3.5 with extensibility fucntion. The dataset consisted of non-standard, incorrect house addresses and from the United States. We leveraged the capabilities of GPT-3.5 to efficiently standardize input house addresses. Below are the results from the sample inputs."
895+
"In this notebook, we developed an address standardization model using GPT-3.5 with extensibility function. The dataset consisted of non-standard, incorrect house addresses from the United States. We leveraged the capabilities of GPT-3.5 to efficiently standardize input house addresses. Below are the results from the sample inputs."
896896
]
897897
},
898898
{

0 commit comments

Comments
 (0)