Skip to content

Commit f390307

Browse files
authored
Merge pull request #2388 from Esri/jy-update-llm-ngrequest
update phrasing in llm 3rd party guide
2 parents 307677e + 80cc3f0 commit f390307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/14-deep-learning/use_third_party_language_models_with_arcgis.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"source": [
2424
"The Text Analysis toolset in the GeoAI toolbox provides a set of tools for text processing tasks, such as text classification, entity extraction, and text translation. The natural language processing (NLP) models that are created using these tools are built on language models such as BERT, RoBERTa, and T5, and large language models (LLMs), such as Mistral, to ensure high-performance text analysis.\n",
2525
"\n",
26-
"While these prebuilt models are robust, you may need a custom NLP workflow, such as when using an LLM for standardizing addresses, performing sentiment analysis, or extracting custom entities or relationships not currently supported by the Text Analysis toolset. \n",
26+
"While these prebuilt models are robust, you may need a custom NLP workflow, such as when using an LLM for translating text, performing sentiment analysis, or extracting custom entities or relationships not currently supported by the Text Analysis toolset. \n",
2727
"\n",
2828
"To meet these needs, you can integrate ArcGIS with external third-party language models. This includes open source LLMs as well as cloud-hosted, commercial LLMs accessed using a web API. Keep in mind that if you are using a web hosted LLM, the data that you are processing will be sent to the LLM provider for processing. Python developers can author a custom NLP function to integrate with external models and package their model as an Esri deep learning package (.dlpk file) for use with the following tools:\n",
2929
"\n",
@@ -643,7 +643,7 @@
643643
"name": "python",
644644
"nbconvert_exporter": "python",
645645
"pygments_lexer": "ipython3",
646-
"version": "3.11.9"
646+
"version": "3.13.2"
647647
}
648648
},
649649
"nbformat": 4,

0 commit comments

Comments
 (0)