model-scaling

Tag

Cards List
#model-scaling

Scaling Domain Data Repetition in LLM Pretraining

Hugging Face Daily Papers · 3d ago

This paper studies the trade-off in repeating high-quality domain data during LLM pretraining to maintain performance as models scale, finding that optimal repetition counts increase with model size and are negatively correlated with domain validation loss.

0 favorites 0 likes
#model-scaling

Scaling Inherently Interpretable Language Models

Hugging Face Daily Papers · 2026-08-06 Cached

This paper introduces Steerling-8B, a diffusion language model trained with interpretability as a constraint, showing that interpretability improves with scale and enabling concept steering without retraining.

0 favorites 0 likes
#model-scaling

@drfeifei: I’m very excited by this test time training work for robotic learning! It’s an awesome collaboration between @StanfordS…

X AI KOLs Following · 2026-07-15 Cached

Fei-Fei Li highlights a new test-time training approach for robotic learning, developed in collaboration between Stanford SVL and NVIDIA Robotics, which scales robot model context to 8000 timesteps with constant inference cost.

0 favorites 0 likes
#model-scaling

@nrehiew_: This was great! A fun followup is given some arbitrary topology and architecture, compute what is the expected compute/…

X AI KOLs Timeline · 2026-07-15 Cached

A tweet reply to a blog post about collective communication in TPU/GPU clusters, suggesting a follow-up to compute expected compute/communication duration for a 1T MoE on Blackwell NVL72 and estimate theoretical MFU and bottlenecks.

0 favorites 0 likes
#model-scaling

@Fenng: This paper from WeChat's WeLM team reveals at least two model scales: 80B and 617B. Each scale includes a standard version and an HD4 version, namely WeLM-80B, WeLM-HD4-80B, WeLM-617B, and WeLM-HD4-617B. Among them, WeLM-617…

X AI KOLs Timeline · 2026-07-12 Cached

The WeChat WeLM team published a paper introducing the Hidden Decoding method, which extends computation through hidden flows without increasing the Transformer backbone parameters, training the WeLM-HD4-80B and WeLM-HD4-617B MoE models, surpassing autoregressive baselines on multiple benchmarks.

0 favorites 0 likes
#model-scaling

When the Judge Changes, So Does the Measurement: Auditing LLM-as-Judge Reliability

arXiv cs.CL · 2026-07-10 Cached

This paper audits the reliability of LLM-as-judge evaluation by showing that changing the evaluator model can shift scores even when candidate responses are fixed, and it examines scaling and upgrade paths for Qwen3 and MiniMax models, concluding that judge upgrades are not interchangeable and proposing best practices for reporting.

0 favorites 0 likes
#model-scaling

Scaling Laws, Carefully (25 minute read)

TLDR AI · 2026-06-26 Cached

A comprehensive overview of scaling laws in deep learning, tracing their theoretical roots and empirical findings, and explaining how loss decreases predictably with model size, data, and compute.

0 favorites 0 likes
#model-scaling

Model Size Scaling in 2023-2031 (21 minute read)

TLDR AI · 2026-06-23 Cached

An analysis of AI model size scaling trends from 2023 to 2031, published on LessWrong.

0 favorites 0 likes
#model-scaling

Was BitNet a dead end? What happened to ternary LLMs?

Reddit r/LocalLLaMA · 2026-06-08

The article questions why ternary language models like BitNet have not scaled beyond 2B parameters, given their initial promise, and discusses the apparent lack of progress from open-weight AI labs.

0 favorites 0 likes
#model-scaling

@ChrisGPotts: We take for granted that larger models are better than smaller ones, but why is this so? Our new paper, led by Jing Hua…

X AI KOLs Following · 2026-06-01 Cached

This paper investigates why larger models outperform smaller ones, attributing it to data-induced competition for neural resources through formal analysis and experiments.

0 favorites 0 likes
#model-scaling

Why Larger Models Learn More: Effects of Capacity, Interference, and Rare-Task Retention

Hugging Face Daily Papers · 2026-05-28 Cached

This paper investigates why larger models outperform smaller ones, attributing it to reduced gradient interference and better resource allocation, allowing them to learn rare and complex tasks even with infinite data. Experiments on synthetic data and OLMo models verify that larger models avoid overwriting rare-task features due to weaker gradient updates for common tasks.

0 favorites 0 likes
#model-scaling

Unified Neural Scaling Laws

Hugging Face Daily Papers · 2026-05-25 Cached

Presents a unified neural scaling law that accurately models deep neural network scaling across multiple dimensions including parameters, dataset size, training steps, and compute, validated across diverse architectures and tasks.

0 favorites 0 likes
#model-scaling

GQA-{\mu}P: The maximal parameterization update for grouped query attention

arXiv cs.LG · 2026-05-18 Cached

This paper extends the maximal update parameterization (μP) framework to grouped-query attention (GQA), deriving scaling laws for hyperparameter transfer across model architectures. It introduces spectral norm conditions for feature learning and addresses issues with low-rank weight matrices in GQA.

0 favorites 0 likes
#model-scaling

Is there a limit on the number of active parameters in an MoE model?

Reddit r/LocalLLaMA · 2026-05-14

Discussion on the limit of active parameters in Mixture-of-Experts (MoE) models, questioning whether there is a cap on active parameter count beyond which quality doesn't improve.

0 favorites 0 likes
#model-scaling

Olmo Hybrid: From Theory to Practice and Back

arXiv cs.CL · 2026-04-20 Cached

This paper presents Olmo Hybrid, a 7B-parameter language model that combines attention and Gated DeltaNet recurrent layers, demonstrating both theoretical and empirical advantages over pure transformers. The work shows that hybrid models have greater expressivity, scale more efficiently during pretraining, and outperform comparable transformer baselines.

0 favorites 0 likes
#model-scaling

LLM Attribution Analysis Across Different Fine-Tuning Strategies and Model Scales for Automated Code Compliance

arXiv cs.CL · 2026-04-20 Cached

This paper analyzes how different fine-tuning strategies (FFT, LoRA, quantized LoRA) and model scales affect LLM interpretive behavior for automated code compliance tasks using perturbation-based attribution analysis. The findings show FFT produces more focused attribution patterns than parameter-efficient methods, and larger models develop specific interpretive strategies with diminishing performance returns beyond 7B parameters.

0 favorites 0 likes
#model-scaling

Model Capability Dominates: Inference-Time Optimization Lessons from AIMO 3

Hugging Face Daily Papers · 2026-04-16 Cached

This paper analyzes inference-time optimization techniques for AIMO 3, finding that model capability dominates over prompt engineering and diverse sampling strategies. The study reveals that high-temperature sampling already decorrelates errors maximally, leaving no room for prompt-based improvements, and identifies a 6-point selection loss gap between individual model pass@20 and majority voting consensus.

0 favorites 0 likes
#model-scaling

Simplifying, stabilizing, and scaling continuous-time consistency models

OpenAI Blog · 2024-10-23 Cached

OpenAI presents sCM (simplified continuous-time consistency models), a new approach that scales consistency models to 1.5B parameters and achieves ~50x speedup over diffusion models by generating high-quality samples in just 2 steps. The method demonstrates comparable sample quality to state-of-the-art diffusion models while using less than 10% of the effective sampling compute.

0 favorites 0 likes
← Back to home

Submit Feedback