|
--- |
|
--- |
|
# 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 [ClaudioItaly/Vangelus-Secundus](https://huggingface.co/ClaudioItaly/Vangelus-Secundus) as a base. |
|
|
|
### Models Merged |
|
|
|
The following models were included in the merge: |
|
* [ClaudioItaly/1852-9B](https://huggingface.co/ClaudioItaly/1852-9B) |
|
* [spacematt/LinguaCraftica-9B](https://huggingface.co/spacematt/LinguaCraftica-9B) |
|
* [sam-paech/Darkest-muse-v1](https://huggingface.co/sam-paech/Darkest-muse-v1) |
|
* [sam-paech/Delirium-v1](https://huggingface.co/sam-paech/Delirium-v1) |
|
* [ClaudioItaly/Pullulation-2-9B](https://huggingface.co/ClaudioItaly/Pullulation-2-9B) |
|
* [sam-paech/Quill-v1](https://huggingface.co/sam-paech/Quill-v1) |
|
|
|
### Configuration |
|
|
|
The following YAML configuration was used to produce this model: |
|
|
|
```yaml |
|
models: |
|
- model: spacematt/LinguaCraftica-9B |
|
parameters: |
|
weight: 0.35 |
|
|
|
- model: ClaudioItaly/1852-9B |
|
parameters: |
|
weight: 0.25 |
|
|
|
- model: ClaudioItaly/Pullulation-2-9B |
|
parameters: |
|
weight: 0.15 |
|
|
|
- model: sam-paech/Darkest-muse-v1 |
|
parameters: |
|
weight: 0.10 |
|
|
|
- model: sam-paech/Delirium-v1 |
|
parameters: |
|
weight: 0.10 |
|
|
|
- model: sam-paech/Quill-v1 |
|
parameters: |
|
weight: 0.05 |
|
|
|
merge_method: ties |
|
base_model: ClaudioItaly/Vangelus-Secundus |
|
parameters: |
|
density: 0.6 |
|
mask_threshold: 0.015 |
|
normalize: true |
|
int8_mask: true |
|
dtype: bfloat16 |
|
``` |
|
|