Views
No views yet
1models:
2 - model: Qwen/Qwen3-32B
3 - model: LLMcompe-Team-Watanabe/Qwen3-32B-openmathreasoning-sft
4 parameters:
5 density: 0.70 # 高密度で数学を強化
6 weight: 0.30
7 - model: LLMcompe-Team-Watanabe/Qwen3-32B-textbookreasoning-UGPhysics-AoPsInstruct-sft
8 parameters:
9 density: 0.60 # 中密度で物理・生物を追加
10 weight: 0.25
11 - model: LLMcompe-Team-Watanabe/Qwen3-32B-sft-HIS-Chem-Engineering-45k-1ep-lr5e6-4096
12 parameters:
13 density: 0.45 # 低密度で化学・工学を補完
14 weight: 0.20
15 - model: LLMcompe-Team-Watanabe/Qwen3-32B-textbookreasoning-UGPhysics-AoPsInstruct-openmathreasoning-sft
16 parameters:
17 density: 0.40
18 weight: 0.10
19 - model: Qwen/Qwen3-32B
20 parameters:
21 density: 0.53
22 weight: 0.15
23merge_method: dare_ties
24base_model: Qwen/Qwen3-32B
25parameters:
26 int8_mask: true
27 normalize: false
28dtype: bfloat16