Skip to content

Commit da83a68

Browse files
Changes as per review comments to add std
1 parent 8ae5d70 commit da83a68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/14-deep-learning/address_standerdization_using_model_extension.ipynb

Lines changed: 2 additions & 2 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 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."
194+
"Other keys are the 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
{
@@ -416,7 +416,7 @@
416416
"id": "85296efe-2889-466f-a985-82c9353d0065",
417417
"metadata": {},
418418
"source": [
419-
"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."
419+
"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."
420420
]
421421
},
422422
{

0 commit comments

Comments
 (0)