Ba2han's picture
Upload folder using huggingface_hub
477ccc6 verified
---
base_model:
- unsloth/gemma-3-4b-it
- Ba2han/4b-augment-5
library_name: transformers
tags:
- mergekit
- merge
---
# output-model1
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 TIES](https://arxiv.org/abs/2311.03099) merge method using [unsloth/gemma-3-4b-it](https://huggingface.co/unsloth/gemma-3-4b-it) as a base.
### Models Merged
The following models were included in the merge:
* [Ba2han/4b-augment-5](https://huggingface.co/Ba2han/4b-augment-5)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: unsloth/gemma-3-4b-it
parameters:
density: 0.4
weight: 0.4
- model: Ba2han/4b-augment-5
parameters:
density: 0.8
weight: 1.0
merge_method: dare_ties
base_model: unsloth/gemma-3-4b-it
dtype: bfloat16
```