Alchemist_09_1_2b / README.md
Sumail's picture
Upload folder using huggingface_hub
6c93bfc verified
---
base_model:
- deepnetguy/gemma-70
- Sumail/Alchemist_06_2b
- Aspik101/Haliaeetusalbicilla10
- deepnet/SN6-71G7
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 [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [Sumail/Alchemist_06_2b](https://huggingface.co/Sumail/Alchemist_06_2b) as a base.
### Models Merged
The following models were included in the merge:
* [deepnetguy/gemma-70](https://huggingface.co/deepnetguy/gemma-70)
* [Aspik101/Haliaeetusalbicilla10](https://huggingface.co/Aspik101/Haliaeetusalbicilla10)
* [deepnet/SN6-71G7](https://huggingface.co/deepnet/SN6-71G7)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: Sumail/Alchemist_06_2b
# No parameters necessary for base model
- model: Aspik101/Haliaeetusalbicilla10
parameters:
density: 0.53
weight: 0.23
- model: deepnetguy/gemma-70
parameters:
density: 0.53
weight: 0.5
- model: deepnet/SN6-71G7
parameters:
density: 0.53
weight: 0.23
merge_method: dare_ties
base_model: Sumail/Alchemist_06_2b
parameters:
int8_mask: true
dtype: bfloat16
```