There is an LLM war happening around us.
It might not be immediately obvious, but all big tech companies are in a rush to develop better LLMs that outperform existing ones.
Increase the model size, the dataset size, and the amount of compute, and voila, you have a better model than before.
Given this Scaling law, researchers at Google DeepMind found that tweaking the model architecture a certain way also significantly improves its performance and training efficiency.
Their insight arose from the fact that the Transformers architecture, at the core of an LLM, stores most of its factual knowledge in the dense Feed Forward (FFW) layers.




