Files
l3.0-upscale-1/mergekit_config.yml
ModelHub XC 110fa3be42 初始化项目,由ModelHub XC社区提供模型
Model: allura-forge/l3.0-upscale-1
Source: Original Platform
2026-09-20 17:48:18 +08:00

60 lines
1.4 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

dtype: bfloat16
merge_method: passthrough
slices:
# untouched intro
- sources:
- layer_range: [0, 8]
model: meta-llama/Meta-Llama-3-8B
- sources:
- layer_range: [8, 10]
model: meta-llama/Meta-Llama-3-8B
# 816 baseline
- sources:
- layer_range: [8, 12]
model: meta-llama/Meta-Llama-3-8B
# 816 duplicate with projections nulled
- sources:
- layer_range: [8, 16]
model: meta-llama/Meta-Llama-3-8B
parameters:
scale:
- filter: o_proj
value: 0.0
- filter: down_proj
value: 0.0
- value: 1.0
# 1624 duplicate
- sources:
- layer_range: [16, 20]
model: meta-llama/Meta-Llama-3-8B
parameters:
scale:
- filter: o_proj
value: 0.0
- filter: down_proj
value: 0.0
- value: 1.0
# 1624 baseline
- sources:
- layer_range: [16, 24]
model: meta-llama/Meta-Llama-3-8B
# 1624 duplicate
- sources:
- layer_range: [16, 20]
model: meta-llama/Meta-Llama-3-8B
parameters:
scale:
- filter: o_proj
value: 0.0
- filter: down_proj
value: 0.0
- value: 1.0
# untouched tail
- sources:
- layer_range: [24, 32]
model: meta-llama/Meta-Llama-3-8B