Improving AI Models

Multiple Solutions

The bedrock of Partition AI is for everyone to improve AI models independently - without Cloud Bottleneck.

  1. Fine Tuning - expensive
  2. Transfer Learning - cheaper
  3. Retrieval Augment Generation - cheapest

Our focus in on Retrieval Augment Generation (RAG) but other methods are also supported.

Transfer Learning

Some good introductory materials on transfer learning are listed here.

Fine Tuning

  • Transfer Learning
    Freeze all the pre-trained layers and only train the new layers added on top.

  • Fine Tuning
    Unfreeze some of the pre-trained layers and allow them to be updated during training.

More details on the differences between Transfer Learning and Fine Tuning:

RAG

RAG vs LoRA