17 lines
561 B
YAML
17 lines
561 B
YAML
architecture: MistralForCausalLM
|
|
base_model: B:/12B/mistralai--Mistral-Nemo-Instruct-2407
|
|
models:
|
|
- model: B:/12B/LatitudeGames--Wayfarer-2-12B
|
|
parameters:
|
|
weight: 0.5
|
|
- model: B:/12B/WokeAI--Tankie-DPE-12b-SFT-v2
|
|
parameters:
|
|
weight: 0.5
|
|
merge_method: nuslerp
|
|
parameters:
|
|
nuslerp_flatten: false # Flattens tensors to treat them as high-dimensional vectors
|
|
nuslerp_row_wise: true # Set to true if you want to interpolate per-row instead of per-tensor
|
|
dtype: float32
|
|
out_dtype: bfloat16
|
|
tokenizer:
|
|
source: union |