Kastalia Knowledge Management System · Glasperlenspiel template · knot 1333

model

🌐 public · created AE540118 (18.01.2024) · by DDH · open in the standard editor view · 📽 open as presentation

A trained neural network is stored in a file. This file is called "a model". When You want to use it - either for inferencing or training or both - You need to load the model from the disk into memory.

Based on the amount of "parameters" (e.g. numbers which represent the synaptic weight) the model contains, the process of loading into memory shall be or shall not be succesful ;)

Ancestors (1 superordinated path)

Descendants (at least 2 branches originate here)

  • model
    A trained neural network is stored in a file. This file is called "a model". When You want to use it - either for inferencing or training or both - You need to
    • is_parent lora ·
      Lora is like a small "adapter" model which You can train as an addition to Your main "big" model. Training of a Lora is much faster than fine-tuning of the big