Load Model (Generative Models)
Synopsis
Loads a model from a local directoryDescription
This operator can be used to load a model from a local directory to avoid to download it again. Can also be useful to load a previously finetuned model.Output
- model (File)
The model directory in your project or file system from which the model will be loaded.
Parameters
- storage type Determines from where the large language model will be loaded. Either from a folder in one of your projects / repositories (recommended) or from a folder of your file system.
- project folder The folder in a project / repository to load the large language model from.
- file folder The folder in your file system to load the large language model from.