40 lines
1018 B
Markdown
40 lines
1018 B
Markdown
|
|
---
|
||
|
|
base_model:
|
||
|
|
- Aleteian/base-ground-2
|
||
|
|
- inflatebot/MN-12B-Mag-Mell-R1
|
||
|
|
library_name: transformers
|
||
|
|
tags:
|
||
|
|
- mergekit
|
||
|
|
- merge
|
||
|
|
|
||
|
|
---
|
||
|
|
12b Mag-Mell with more stable Russian output due to Aleteian's merge of Saiga and Vikhr models.
|
||
|
|
# 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 [Linear DARE](https://arxiv.org/abs/2311.03099) merge method using [inflatebot/MN-12B-Mag-Mell-R1](https://huggingface.co/inflatebot/MN-12B-Mag-Mell-R1) as a base.
|
||
|
|
|
||
|
|
### Models Merged
|
||
|
|
|
||
|
|
The following models were included in the merge:
|
||
|
|
* [Aleteian/base-ground-2](https://huggingface.co/Aleteian/base-ground-2)
|
||
|
|
|
||
|
|
### Configuration
|
||
|
|
|
||
|
|
The following YAML configuration was used to produce this model:
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
models:
|
||
|
|
- model: inflatebot/MN-12B-Mag-Mell-R1
|
||
|
|
- model: Aleteian/base-ground-2
|
||
|
|
parameters:
|
||
|
|
weight: 0.35
|
||
|
|
merge_method: dare_linear
|
||
|
|
base_model: inflatebot/MN-12B-Mag-Mell-R1
|
||
|
|
dtype: bfloat16
|
||
|
|
```
|