|
210 | 210 | "id": "6aa80d78-407c-499f-b4b3-76a11f3bc6db",
|
211 | 211 | "metadata": {},
|
212 | 212 | "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", |
214 | 214 | "\n",
|
215 | 215 | "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", |
218 | 218 | "\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." |
220 | 220 | ]
|
221 | 221 | },
|
222 | 222 | {
|
|
438 | 438 | "id": "85296efe-2889-466f-a985-82c9353d0065",
|
439 | 439 | "metadata": {},
|
440 | 440 | "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." |
442 | 442 | ]
|
443 | 443 | },
|
444 | 444 | {
|
|
0 commit comments