File size: 1,005 Bytes
534199b 6eaa56c 534199b |
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 |
---
base_model:
- kromeurus/L3-Blackened-Sunfall-15B
- ZeusLabs/L3-Aethora-15B-V2
library_name: transformers
tags:
- mergekit
- merge
- not-for-all-audiences
license: cc-by-sa-4.0
---
## Merge Details
### Merge Method
This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method.
### Models Merged
The following models were included in the merge:
* [ZeusLabs/L3-Aethora-15B-V2](https://huggingface.co/ZeusLabs/L3-Aethora-15B-V2)
* [kromeurus/L3-Blackened-Sunfall-15B](https://huggingface.co/kromeurus/L3-Blackened-Sunfall-15B)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: kromeurus/L3-Blackened-Sunfall-15B
# No parameters necessary for base model
- model: ZeusLabs/L3-Aethora-15B-V2
parameters:
density: [0.25, 0.46, 0.57, 0.38, 0.19]
weight: 0.8
merge_method: ties
base_model: kromeurus/L3-Blackened-Sunfall-15B
parameters:
normalize: true
int8_mask: true
dtype: bfloat16
``` |