Skip to content

Commit ecdcccf

Browse files
Changes as per suggested comments
1 parent da83a68 commit ecdcccf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

guide/14-deep-learning/leveraging_llms_for_real_time_decision_making_in_calamities.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,13 +210,13 @@
210210
"id": "6aa80d78-407c-499f-b4b3-76a11f3bc6db",
211211
"metadata": {},
212212
"source": [
213-
"The ESRI Model Definition (.emd) file will include both required and optional keys to facilitate model execution. To run **Classify Text Using Deep Learning (GeoAI)** Tool, we need to supply the `InferenceFunction`, `ModelType` and `OutputField`. \n",
213+
"The ESRI Model Definition (.emd) file will include both required and optional keys to facilitate model execution. To run the **Classify Text Using Deep Learning (GeoAI)** Tool, we need to supply `InferenceFunction`, `ModelType` and `OutputField`. \n",
214214
"\n",
215215
"1. `InferenceFunction`: Name of the module that contains the definition of NLP function\n",
216-
"2. `ModelType`: Defines the type of task. For **Classify Text Using Deep Learning (GeoAI)** Tool it will be `TextClassifier`\n",
217-
"3. `OutputField`: Name of the field in which contains the output\n",
216+
"2. `ModelType`: Defines the type of task. For the **Classify Text Using Deep Learning (GeoAI)** Tool, it will be `TextClassifier`\n",
217+
"3. `OutputField`: Name of the field that contains the output\n",
218218
"\n",
219-
"Other keys are prerogative of the Model extension author. In this case, we took liberty to state the prompt `few-shot prompting` related information - `examples` and `prompt`. We will utilize this information to construct a clear and effective prompt for the task."
219+
"Other keys are the prerogative of the Model extension author. In this case, we stated the `few-shot prompting` related information - `examples` and `prompt`. We will utilize this information to construct a clear and effective prompt for the task."
220220
]
221221
},
222222
{
@@ -438,7 +438,7 @@
438438
"id": "85296efe-2889-466f-a985-82c9353d0065",
439439
"metadata": {},
440440
"source": [
441-
"This function receives `kwargs`, which contain parameter names and values collected from the user. Additionally, it includes parameters like `batch_size`, which controls the tool's behavior. The Text Transform Tool supports customization of `batch_size`, determining how many records are processed in a single batch. This parameter plays a crucial role in optimizing the tool's performance."
441+
"This function receives `kwargs` that contain parameter names and values collected from the user. Additionally, it includes parameters like `batch_size`, which controls the tool's behavior. The Text Transform Tool supports customization of `batch_size`, determining how many records are processed in a single batch. This parameter plays a crucial role in optimizing the tool's performance."
442442
]
443443
},
444444
{

0 commit comments

Comments
 (0)