ModelSequenceOverlap
The length (in tokens) that text used to generate successive embeddings must overlap by.
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 ModelSequenceOverlap
to specify an overlap to use to generate these embeddings.
This value must be non-negative and less than the value for ModelMaxSequenceLength.
This parameter has an effect only when Type is set to Transformer
.
Type: | Integer |
Default: | 0 |
Required: | No |
Configuration Section: | MyEmbedding |
Example: | ModelSequenceOverlap=40
|
See Also: |