ModelName
The name of the model to use. This model name must match exactly the name of a model on Hugging Face.
The first time that you use this model, IDOL downloads it from Hugging Face. It then caches it for future use. You can control the location of the cache by setting CacheDirectory.
This parameter has an effect only when Type is set to Transformer
.
Type: | String |
Default: | |
Required: | Yes, when you set Type to Transformer |
Configuration Section: | MyEmbedding |
Example: | ModelName=google/flan-t5-small
|
See Also: | Type
CacheDirectory |