DonutLM-v1 / README.md
cookinai's picture
Update README.md
f32806c
|
raw
history blame
No virus
686 Bytes
---
license: apache-2.0
tags:
- merge
---
# Fixed
Heard alot in the commuity about jondurbin/bagel-dpo-7b-v0.1 and it sounds intresting.
Slerp Merge of AIDC-ai-business/Marcoroni-7B-v3 and jondurbin/bagel-dpo-7b-v0.1
.yaml file for mergekit
```.yaml:
slices:
- sources:
- model: AIDC-ai-business/Marcoroni-7B-v3
layer_range: [0, 32]
- model: jondurbin/bagel-dpo-7b-v0.1
layer_range: [0, 32]
merge_method: slerp
base_model: AIDC-ai-business/Marcoroni-7B-v3
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: bfloat16
```