Models
Last updated
Last updated
A model grouping layers into an object with training/inference features.
There are two ways to instantiate a Model:
You can check to learn more about functional models. The following EternalAI API helps to create an on-chain functional model from a specifc model config.
After constructing a model, you can upload model weights by chunks, using the following API.
Sequential groups a linear stack of layers into a Model.