ModelMinimumFinalSequenceLength
The minimum length (in tokens) of the final chunk of text used to generate embeddings.
When the input text is longer than the maximum chunk size for your model (see ModelMaxSequenceLength), QMS splits the text into chunks and generates multiple embeddings. Use ModelMinimumFinalSequenceLength
to specify the minimum length of text to use to generate the final embedding for your input text.
This value must be non-negative and no greater than the value for ModelMaxSequenceLength.
This parameter has an effect only when Type is set to Transformer
.
Type: | Integer |
Default: | Half the value of ModelMaxSequenceLength (rounded down) plus one |
Required: | No |
Configuration Section: | MyEmbedding |
Example: | ModelMinimumFinalSequenceLength=70
|
See Also: |