初始化项目,由ModelHub XC社区提供模型
Model: invalid-coder/SOLAR-10.7B-Instruct-SOLARC-M-10.7B-slerp Source: Original Platform
This commit is contained in:
20
mergekit_config.yml
Normal file
20
mergekit_config.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
slices:
|
||||
- sources:
|
||||
- model: upstage/SOLAR-10.7B-Instruct-v1.0
|
||||
layer_range: [0, 48]
|
||||
- model: DopeorNope/SOLARC-M-10.7B
|
||||
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 # fallback for rest of tensors
|
||||
|
||||
tokenizer_source: union
|
||||
|
||||
dtype: float16
|
||||
Reference in New Issue
Block a user