初始化项目,由ModelHub XC社区提供模型

Model: Skarmorie/Mag-Mell-RU-035
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-06 02:20:17 +08:00
commit 039ef22fa1
13 changed files with 8167 additions and 0 deletions

39
README.md Normal file
View File

@@ -0,0 +1,39 @@
---
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
```