QLiz-70B / mergekit_config.yml
Noodlz's picture
Upload folder using huggingface_hub
bc85548 verified
raw
history blame contribute delete
No virus
566 Bytes
slices:
- sources:
- model: alchemonaut/QuartetAnemoi-70B-t0.0001
layer_range: [0, 80]
- model: lizpreciatior/lzlv_70b_fp16_hf
layer_range: [0, 80]
# or, the equivalent models: syntax:
# models:
# - model: psmathur/orca_mini_v3_13b
# - model: garage-bAInd/Platypus2-13B
merge_method: slerp
base_model: alchemonaut/QuartetAnemoi-70B-t0.0001
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
dtype: float16