25 lines
568 B
YAML
25 lines
568 B
YAML
models:
|
|
- model: CodeAtCMU/Llama-3.2-1B-GenerativePerturbations_full_sft_code_data_120K_imaginary
|
|
parameters:
|
|
weight: 1.0
|
|
density: 0.9
|
|
- model: Novaciano/Alice-In-The-Dark-RP-NSFW-3.2-1B
|
|
parameters:
|
|
weight: 1.0
|
|
density: 0.9
|
|
merge_method: sce
|
|
base_model: Novaciano/SEX_ROLEPLAY-3.2-1B
|
|
parameters:
|
|
normalize: true
|
|
int8_mask: true
|
|
rescale: true
|
|
filter_wise: false
|
|
smooth: false
|
|
allow_negative_weights: false
|
|
lambda: 1.0
|
|
select_topk: 0.1
|
|
tokenizer:
|
|
source: union
|
|
chat_template: auto
|
|
dtype: bfloat16
|
|
out_dtype: bfloat16 |