Alicer-12B / README.md
mergekit-uploader's picture
Upload folder using huggingface_hub
e473a6c verified
---
base_model:
- LatitudeGames/Wayfarer-2-12B
- Trappu/Magnum-Picaro-0.7-v2-12b
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 TIES](https://arxiv.org/abs/2311.03099) merge method using [Trappu/Magnum-Picaro-0.7-v2-12b](https://huggingface.co/Trappu/Magnum-Picaro-0.7-v2-12b) as a base.
### Models Merged
The following models were included in the merge:
* [LatitudeGames/Wayfarer-2-12B](https://huggingface.co/LatitudeGames/Wayfarer-2-12B)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: LatitudeGames/Wayfarer-2-12B
parameters:
density: 0.7
weight: 0.5
- model: Trappu/Magnum-Picaro-0.7-v2-12b
parameters:
density: 0.3
weight: 0.5
merge_method: dare_ties
base_model: Trappu/Magnum-Picaro-0.7-v2-12b
parameters:
normalize: true
int8_mask: true
dtype: bfloat16
```