18 lines
541 B
YAML
18 lines
541 B
YAML
|
|
models:
|
||
|
|
- model: ontocord/wide_3b_sft_stage1.1-ss1-with_generics_intr_math_stories.no_issue
|
||
|
|
#no parameters necessary for base model
|
||
|
|
- model: ontocord/wide_3b_sft_stage1.2-ss1-expert_math
|
||
|
|
parameters:
|
||
|
|
density: 0.5
|
||
|
|
weight: 0.5
|
||
|
|
- model: ontocord/wide_3b_sft_stage1.2-ss1-expert_fictional_lyrical
|
||
|
|
parameters:
|
||
|
|
density: 0.5
|
||
|
|
weight: 0.5
|
||
|
|
|
||
|
|
merge_method: ties
|
||
|
|
base_model: ontocord/wide_3b_sft_stage1.1-ss1-with_generics_intr_math_stories.no_issue
|
||
|
|
parameters:
|
||
|
|
normalize: false
|
||
|
|
int8_mask: true
|
||
|
|
dtype: float16
|