File size: 1,282 Bytes
d291a44 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
base_model: TheBloke/Llama-2-13B-fp16
models:
- model: TheBloke/Llama-2-13B-fp16
- model: Undi95/Unholy-v2-13B
parameters:
weight: 1.0
- model: Henk717/echidna-tiefigther-25
parameters:
weight: 0.45
- model: KoboldAI/LLaMA2-13B-Erebus-v3
parameters:
weight: 0.33
dtype: bfloat16
merge_method: task_arithmetic
name: SnowyRP-13B-L2-P1
---
base_model: TheBloke/Llama-2-13B-fp16
models:
- model: TheBloke/Llama-2-13B-fp16
- model: KoboldAI/LLaMA2-13B-Psyfighter2
parameters:
weight: 1.0
- model: Riiid/sheep-duck-llama-2-13b
parameters:
weight: 0.45
- model: IkariDev/Athena-v4
parameters:
weight: 0.33
dtype: bfloat16
merge_method: task_arithmetic
name: SnowyRP-13B-L2-P2
---
models:
- model: ddh0/EstopianOrcaMaid-13b
parameters:
density: [1, 0.7, 0.1] # density gradient
weight: 1.0
- model: SnowyRP-13B-L2-P2
parameters:
density: 0.5
weight: [0, 0.3, 0.7, 1] # weight gradient
- model: SnowyRP-13B-L2-P1
parameters:
density: 0.33
weight:
- filter: mlp
value: 0.5
- value: 0
merge_method: ties
base_model: TheBloke/Llama-2-13B-fp16
parameters:
normalize: true
int8_mask: true
dtype: bfloat16
name: SnowyRP-13B-L2-Final-V1
|