Papers › SOLAR 10.7B: Scaling Large Language Models with Simple yet Effective Depth Up-Scaling

SOLAR 10.7B: Scaling Large Language Models with Simple yet Effective Depth Up-Scaling

23 Dec 2023arXiv:2312.15166archive 2025-07-28

Dahyun Kim, Chanjun Park, Sanghoon Kim, Wonsung Lee, Wonho Song, Yunsu Kim, Hyeonwoo Kim, Yungi Kim, Hyeonju Lee, Jihoo Kim, Changbae Ahn, Seonghoon Yang, Sukyung Lee, Hyunbyung Park, Gyoungjin Gim, Mikyoung Cha, Hwalsuk Lee, Sunghun Kim

We introduce SOLAR 10.7B, a large language model (LLM) with 10.7 billion parameters, demonstrating superior performance in various natural language processing (NLP) tasks. Inspired by recent efforts to efficiently up-scale LLMs, we present a method for scaling LLMs called depth up-scaling (DUS), which encompasses depthwise scaling and continued pretraining. In contrast to other LLM up-scaling methods that use mixture-of-experts, DUS does not require complex changes to train and inference efficiently. We show experimentally that DUS is simple yet effective in scaling up high-performance LLMs from small ones. Building on the DUS model, we additionally present SOLAR 10.7B-Instruct, a variant fine-tuned for instruction-following capabilities, surpassing Mixtral-8x7B-Instruct. SOLAR 10.7B is publicly available under the Apache 2.0 license, promoting broad access and application in the LLM field.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2312.15166")

Code

Syntology Ran 20 of 26 code samples harvested from 2 repositories linked to this paper; 6 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 3 ran · fixture could not drive it; 15 ran with no contract checked.

By repository: community (archive-listed): 26 samples from 2 repositories, 20 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

jquesnelle/scaled-rope mentioned on GitHubpytorchMIT report
jquesnelle/yarn mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

26 samples harvested; 20 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
3ran · fixture could not drive it
15ran
6unverified

Licence: 0 of the 26 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

repeat_kv jquesnelle/scaled-rope/scaled_rope/modeling_llama_yarn.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 30d7eec482ebf6b1 · report
add_args jquesnelle/yarn/eval/model_loader.py community (archive-listed) ran MIT (permissive) · cf585714e4ffcb75 · report
apply_patches jquesnelle/yarn/eval/model_loader.py community (archive-listed) ran MIT (permissive) · 1b69ac244c9fd326 · report
apply_rotary_pos_emb jquesnelle/scaled-rope/scaled_rope/modeling_llama_yarn.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · d61c483a3c2b3156 · report
apply_rotary_pos_emb jquesnelle/scaled-rope/scaled_rope/modeling_mistral_yarn.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 37fc3129c3d06e0c · report
compute_perplexity jquesnelle/yarn/eval/perplexity.py community (archive-listed) ran MIT (permissive) · 70ceb95d97957b6c · report
find_all_linear_names jquesnelle/yarn/finetune.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 82635a5a905ad930 · report
find_correction_dim jquesnelle/scaled-rope/scaled_rope/LlamaDynamicYaRNScaledRotaryEmbedding.py community (archive-listed) ran fingerprinted MIT (permissive) · 3c92c963bb0cbb73 · report
find_correction_factor jquesnelle/scaled-rope/scaled_rope/FalconDynamicPartNTKScaledRotaryEmbedding.py community (archive-listed) ran fingerprinted MIT (permissive) · 191c81a96b555436 · report
find_correction_range jquesnelle/scaled-rope/scaled_rope/LlamaDynamicYaRNScaledRotaryEmbedding.py community (archive-listed) ran MIT (permissive) · 763ecb554c17d2fe · report
find_correction_range jquesnelle/scaled-rope/scaled_rope/FalconDynamicPartNTKScaledRotaryEmbedding.py community (archive-listed) ran MIT (permissive) · b4a38f39f9288869 · report
generate_prompt jquesnelle/yarn/eval/passkey.py community (archive-listed) ran MIT (permissive) · 82b8d6fd7a1152e0 · report
generate_prompt jquesnelle/yarn/eval/passkey_hard.py community (archive-listed) ran MIT (permissive) · b21ca20b3500c55f · report
get_prompt jquesnelle/yarn/eval/quality.py community (archive-listed) ran MIT (permissive) · 8d8ff31fdde07297 · report
linear_ramp_mask jquesnelle/scaled-rope/scaled_rope/LlamaDynamicPartNTKScaledRotaryEmbedding.py community (archive-listed) ran MIT (permissive) · 5034871c1d2783cf · report
order jquesnelle/yarn/eval/passkey_hard.py community (archive-listed) ran fingerprinted MIT (permissive) · 628d9ed585c36097 · report
repeat_kv jquesnelle/scaled-rope/scaled_rope/modeling_llama_together_yarn.py community (archive-listed) ran MIT (permissive) · 53b2e52873fb8342 · report
rotate_half jquesnelle/scaled-rope/scaled_rope/modeling_llama_yarn.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · b99eea6376d1e212 · report
test_model jquesnelle/yarn/eval/passkey.py community (archive-listed) ran MIT (permissive) · a7fefb7833cddfa4 · report
test_model jquesnelle/yarn/eval/passkey_hard.py community (archive-listed) ran MIT (permissive) · 9fb7bff934e0d12d · report
load_model jquesnelle/yarn/eval/model_loader.py community (archive-listed) unverified MIT (permissive) · 7dc433c456d9abe2 · report
main jquesnelle/yarn/tokenization.py community (archive-listed) unverified MIT (permissive) · e20d68d7fd93604b · report
main jquesnelle/yarn/truncate.py community (archive-listed) unverified MIT (permissive) · 6d86c0fdf41294d9 · report
main jquesnelle/yarn/eval/perplexity.py community (archive-listed) unverified MIT (permissive) · 51e316fb0b5e2246 · report
rmsnorm_func jquesnelle/scaled-rope/scaled_rope/modeling_llama_together_yarn.py community (archive-listed) unverified MIT (permissive) · ab6fba34dd3815d7 · report
rotate_half jquesnelle/scaled-rope/scaled_rope/FalconDynamicPartNTKScaledRotaryEmbedding.py community (archive-listed) unverified MIT (permissive) · 766ad0e51b7a8f09 · report

Tasks

Instruction FollowingLanguage ModelingLanguage ModellingLarge Language ModelMixture-of-Experts

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

BASE

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections