ModelPath
The path to the exported sentence transformer model file to use.
You can create a model to use in QMS by using the export_sentence_transformer_model.py
script, which is included in the QMS installation.
This parameter has an effect only when Type is set to Transformer
.
Type: | String |
Default: | |
Required: | Yes, if you set Type to Transformer |
Configuration Section: | Embeddings |
Example: | ModelPath=C:\Models\model.pt
|
See Also: | Type
TokenizerPath ModelMaxSequenceLength |