paper-with-me

Papers

Is the Number of Trainable Parameters All That Actually Matters?

2021-09-24 · NeurIPS Workshop ICBINB 2021 12 · Amélie Chatelain, Amine Djeghri, Daniel Hesslow, Julien Launay, Iacopo Poli

Recent work has identified simple empirical scaling laws for language models, linking compute budget, dataset size, model size, and autoregressive modeling loss. The validity of these simple power laws across orders of magnitude in model scale provides compelling evidence that larger models are also more capable models. However, scaling up models under the constraints of hardware and infrastructure is no easy feat, and rapidly becomes a hard and expensive engineering problem. We investigate ways to tentatively cheat scaling laws, and train larger models for cheaper. We emulate an increase in effective parameters, using efficient approximations: either by doping the models with frozen random parameters, or by using fast structured transforms in place of dense linear layers. We find that the scaling relationship between test loss and compute depends only on the actual number of trainable parameters; scaling laws cannot be deceived by spurious parameters.

📄 PDF Abstract BibTeX arXiv:2109.11928

Code (0)

등록된 구현이 없습니다.

Tasks

All

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

ProdSumNet: reducing model parameters in deep neural networks via product-of-sums matrix decompositions

2018-09-06 · Chai Wah Wu

We consider a general framework for reducing the number of trainable model parameters in deep learning networks by decomposing linear operators as a product of sums of simpler linear operators. Recently proposed deep lea…

Order Matters: Matching Multiple Knowledge Graphs

2021-11-03 · Sven Hertling, Heiko Paulheim

Knowledge graphs (KGs) provide information in machine interpretable form. In cases where multiple KGs are used in the same system, that information needs to be integrated. This is usually done by automated matching syste…

Knowledge Graphs

LoRA-Mini : Adaptation Matrices Decomposition and Selective Training

2024-11-24 · Ayush Singh, Rajdeep Aher, Shivank Garg

The rapid advancements in large language models (LLMs) have revolutionized natural language processing, creating an increased need for efficient, task-specific fine-tuning methods. Traditional fine-tuning of LLMs involve…

parameter-efficient fine-tuning

Dynamic Layer Tying for Parameter-Efficient Transformers

2024-01-23 · Tamir David Hay, Lior Wolf

In the pursuit of reducing the number of trainable parameters in deep transformer networks, we employ Reinforcement Learning to dynamically select layers during training and tie them together. Every few iterations, the R…

Invariant-Based Diagnostics for Graph Benchmarks

2026-05-07 · Richard von Moos, Mathieu Alain, Bastian Rieck arxiv

Progress on graph foundation models is hindered by benchmark practices that conflate the contributions of node features and graph structure, making it hard to tell whether a model actually learns from connectivity, or wh…