Skip to content

Commit d3adfb0

Browse files
changes after reviews from Breck
1 parent ecdcccf commit d3adfb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/14-deep-learning/exploring_model_extensibility_for_named_entity_recognition.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"\n",
133133
"1. **InferenceFunction**: This key specifies the name of the module that defines the NLP function.\n",
134134
"2. **ModelType**: This key indicates the type of task. For the **Extract Entities Using Deep Learning (GeoAI)** tool, the value will be `Transformer`.\n",
135-
"3. **ArcGISLearnVersion**: This facility is introduced 2.4.0 and helps **Extract Entities Using Deep Learning (GeoAI)** to filter the previous dlpk.\n",
135+
"3. **ArcGISLearnVersion**: NLP functions are supported in `arcgis.learn` from version 2.4.0 onward. This parameter is used to exclude older `.dlpk` files that have unsupported NLP functions.\n",
136136
"\n",
137137
"Additional keys can be defined at the discretion of the model extension author. In this instance, we have included the pre-trained model name under the key **PretrainedModel**."
138138
]
@@ -237,7 +237,7 @@
237237
"id": "1c20706a-296c-4921-8043-230cb2078f8b",
238238
"metadata": {},
239239
"source": [
240-
"This function is designed to collect parameters from the user through the Extract Entities Using Deep Learning (GeoAI). For our use case, it will gather the name of the **entity** to be extracted from the input text. The default value will be a comma-separated string of the aforementioned classes."
240+
"This function is designed to collect parameters from the user through Extract Entities Using Deep Learning (GeoAI). For our use case, it will gather the name of the **entity** to be extracted from the input text. The default value will be a comma-separated string of the aforementioned classes."
241241
]
242242
},
243243
{

0 commit comments

Comments
 (0)