|
---
|
|
base_model:
|
|
- kromeurus/L3-Blackened-Sunfall-15B
|
|
- ZeusLabs/L3-Aethora-15B-V2
|
|
library_name: transformers
|
|
tags:
|
|
- mergekit
|
|
- merge
|
|
|
|
---
|
|
# merge
|
|
|
|
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
|
|
|
## Merge Details
|
|
### Merge Method
|
|
|
|
This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [kromeurus/L3-Blackened-Sunfall-15B](https://huggingface.co/kromeurus/L3-Blackened-Sunfall-15B) as a base.
|
|
|
|
### Models Merged
|
|
|
|
The following models were included in the merge:
|
|
* [ZeusLabs/L3-Aethora-15B-V2](https://huggingface.co/ZeusLabs/L3-Aethora-15B-V2)
|
|
|
|
### 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
|
|
|
|
```
|
|
|