Label | Explanation | Data Type |
Input Table | The input point, line, or polygon feature class, or table containing the text that will be transformed. | Feature Layer; Table View |
Text Field | A text field in the input feature class or table that contains the text that will be transformed. | Field |
Input Model Definition File | The trained model that will be used for text transformation. The model definition file can be either an Esri model definition JSON file (.emd) or a deep learning model package (.dlpk) that is stored locally or hosted on ArcGIS Living Atlas (.dlpk_remote). To use a .dlpk file that is trained using the Mistral backbone, it must be installed before using the model. To install the Mistral backbone, see ArcGIS Mistral Backbone. The .dlpk file can also be a third-party language model. Caution:A third-party language model .dlpk file can potentially contain harmful code. Use these models only if you trust their source. | File |
Result Field (Optional) | The name of the field that will contain the transformed text in the output feature class or table. The default field name is Result. | String |
Model Arguments (Optional) |
Additional arguments that will be used by the model while performing inference. The supported model argument is sequence_length, which will be used to adjust the model's output. Note:When using a third party language model, the model arguments will be updated according to the parameters specified in the .dlpk file. To learn more about defining model arguments, see getParameterInfo section in Use third party language models with ArcGIS. | Value Table |
Batch Size
(Optional) | The number of training samples that will be processed at one time. The default value is 4. Increasing the batch size can improve tool performance; however, as the batch size increases, more memory is used. If an out of memory error occurs, use a smaller batch size. | Double |
Minimum Sequence Length
(Optional) | The minimum number of characters for the output text string. The default value is 20. | Double |
Maximum Sequence Length
(Optional) | The maximum number of characters for the output text string. The default value is 50. | Double |
Derived Output
Label | Explanation | Data Type |
Updated Table | The output point, line, or polygon feature class, or table containing the transformed text derived from the input data. | Table View; Feature Layer |