Files
SOLAR-10.7B-slerp/README.md
ModelHub XC eb6bb603ad 初始化项目,由ModelHub XC社区提供模型
Model: SJ-Donald/SOLAR-10.7B-slerp
Source: Original Platform
2026-05-13 07:30:39 +08:00

4.8 KiB

language, license, tags, base_model, model-index
language license tags base_model model-index
ko
cc-by-nc-4.0
merge
lazymergekit
LDCC/LDCC-SOLAR-10.7B
upstage/SOLAR-10.7B-Instruct-v1.0
LDCC/LDCC-SOLAR-10.7B
upstage/SOLAR-10.7B-Instruct-v1.0
name results
SOLAR-10.7B-slerp
task dataset metrics source
type name
text-generation Text Generation
name type config split args
AI2 Reasoning Challenge (25-Shot) ai2_arc ARC-Challenge test
num_few_shot
25
type value name
acc_norm 68.17 normalized accuracy
url name
https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=SJ-Donald/SOLAR-10.7B-slerp Open LLM Leaderboard
task dataset metrics source
type name
text-generation Text Generation
name type split args
HellaSwag (10-Shot) hellaswag validation
num_few_shot
10
type value name
acc_norm 86.91 normalized accuracy
url name
https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=SJ-Donald/SOLAR-10.7B-slerp Open LLM Leaderboard
task dataset metrics source
type name
text-generation Text Generation
name type config split args
MMLU (5-Shot) cais/mmlu all test
num_few_shot
5
type value name
acc 66.73 accuracy
url name
https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=SJ-Donald/SOLAR-10.7B-slerp Open LLM Leaderboard
task dataset metrics source
type name
text-generation Text Generation
name type config split args
TruthfulQA (0-shot) truthful_qa multiple_choice validation
num_few_shot
0
type value
mc2 67.42
url name
https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=SJ-Donald/SOLAR-10.7B-slerp Open LLM Leaderboard
task dataset metrics source
type name
text-generation Text Generation
name type config split args
Winogrande (5-shot) winogrande winogrande_xl validation
num_few_shot
5
type value name
acc 84.06 accuracy
url name
https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=SJ-Donald/SOLAR-10.7B-slerp Open LLM Leaderboard
task dataset metrics source
type name
text-generation Text Generation
name type config split args
GSM8k (5-shot) gsm8k main test
num_few_shot
5
type value name
acc 62.17 accuracy
url name
https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=SJ-Donald/SOLAR-10.7B-slerp Open LLM Leaderboard

SOLAR-10.7B-slerp

SOLAR-10.7B-slerp is a merge of the following models using mergekit:

Github

https://github.com/sunjin7725/SOLAR-10.7b-slerp

Benchmark

Open-Ko-LLM-Leaderboard

Average Ko-ARC Ko-HellaSwag Ko-MMLU Ko-TruthfulQA Ko-CommonGen V2
56.93 53.58 62.03 53.31 57.16 58.56

How to use

import torch
from transformers import AutoModelForCausalLM, AutoTokenizer

repo = 'SJ-Donald/SOLAR-10.7B-slerp'

tokenizer = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
    repo,
    return_dict=True,
    torch_dtype=torch.float16,
    device_map='auto'
)

🧩 Configuration

slices:
  - sources:
      - model: LDCC/LDCC-SOLAR-10.7B
        layer_range: [0, 48]
      - model: upstage/SOLAR-10.7B-Instruct-v1.0
        layer_range: [0, 48]
merge_method: slerp
base_model: upstage/SOLAR-10.7B-Instruct-v1.0
parameters:
  t:
    - filter: self_attn
      value: [0, 0.5, 0.3, 0.7, 1]
    - filter: mlp
      value: [1, 0.5, 0.7, 0.3, 0]
    - value: 0.5
tokenizer_source: union
dtype: float16

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 72.58
AI2 Reasoning Challenge (25-Shot) 68.17
HellaSwag (10-Shot) 86.91
MMLU (5-Shot) 66.73
TruthfulQA (0-shot) 67.42
Winogrande (5-shot) 84.06
GSM8k (5-shot) 62.17