File size: 417 Bytes
149a65b f527df0 149a65b 81e9cb6 f527df0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
license: apache-2.0
tags:
- merge
---
merge from quantum-v0.01 and mistral-7b-dpo-v5
The yaml config file for this model is here:
```yaml
slices:
- sources:
- model: quantumaikr/quantum-v0.01
layer_range: [0, 32]
- sources:
- model: mncai/mistral-7b-dpo-v5
layer_range: [24, 32]
merge_method: passthrough
dtype: bfloat16
```
# Acknowlegement
[mergekit](https://github.com/cg123/mergekit) |