admin
1
Multiple Solutions
The bedrock of Partition AI is for everyone to improve AI models independently - without Cloud Bottleneck.
- Fine Tuning - expensive
- Transfer Learning - cheaper
- Retrieval Augment Generation - cheapest
Our focus in on Retrieval Augment Generation (RAG) but other methods are also supported.
More details on the differences between Transfer Learning and Fine Tuning:
admin
2
Transfer Learning
Freeze all the pre-trained layers and only train the new layers added on top.
Some good introductory materials on transfer learning are listed here.
Fine Tuning
Unfreeze some of the pre-trained layers and allow them to be updated during training.
There are MANY ways to make Fine Tuning faster:
RAG
RAG vs LoRA