File size: 358 Bytes
350b555 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
merge_method: arcee_fusion
models:
- model: Steelskull/L3.3-Electra-R1-70b
parameters:
weight: 1.0
- model: Tarek07/Legion-V2.1-LLaMa-70B
parameters:
weight: 1.0
base_model: Steelskull/L3.3-Electra-R1-70b
dtype: float32
out_dtype: bfloat16
parameters:
int8_mask: true
normalize: true
chat_template: auto
tokenizer:
source: union |