EmbeddingPrecision
The number of decimal places to use in the embedding values.
You can use a value between 1 and 10, to use that number of decimal places in the embedding values. If you set EmbeddingPrecision
to be lower than 1, IDOL uses the default value of 5. If you set it to a value higher than 10, it uses 10 decimal places.
This parameter has an effect only when Type is set to Transformer
.
Type: | Integer |
Allowed Range: | Minimum: 1 Maximum: 10 |
Default: | 5 |
Required: | No |
Configuration Section: | MyEmbedding |
Example: | EmbeddingPrecision=6
|
See Also: |