BayJarvis: Blogs on scaling

paper Scaling Laws for Fine-Grained Mixture of Experts - 2024-04-06

Mixture of Experts (MoE) models have emerged as a primary solution for reducing the computational cost of Large Language Models (LLMs). "Scaling Laws for Fine-Grained Mixture of Experts", Jakub Krajewski, Jan Ludziejewski, and their colleagues from the University of Warsaw and IDEAS NCBR analyze the scaling properties of MoE models, incorporating an expanded range of variables. …

paper Scaling Laws for Forgetting When Fine-Tuning Large Language Models - 2024-03-16

When fine-tuning Large Language Models (LLMs) like GPT-3 or BERT for specific tasks, a common challenge encountered is "forgetting" – where the model loses some of its pre-trained capabilities. This phenomenon is particularly noticeable in Parameter-Efficient Fine-Tuning (PEFT) methods such as Low-Rank Adapters (LoRA). …

paper Scaling Laws for Autoregressive Generative Modeling: A Review - 2023-10-11

The world of machine learning has been witnessing monumental growth, powered by the scaling of models. "Scaling Laws for Autoregressive Generative Modeling" is a pivotal paper in this context, offering profound insights into the mechanics of this scaling. This blog post distills the paper's essence for a clearer understanding. …