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

Model: Zachary1150/math_merge_linear_1.5B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-20 18:17:16 +08:00
commit e7da6263ef
9 changed files with 374 additions and 0 deletions

43
README.md Normal file
View File

@@ -0,0 +1,43 @@
---
base_model:
- Zachary1150/math_acc_1.5B
- Zachary1150/math_len_1.5B
library_name: transformers
tags:
- mergekit
- merge
---
# merge_math_1.5B_linear
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](https://arxiv.org/abs/2203.05482) merge method.
### Models Merged
The following models were included in the merge:
* [Zachary1150/math_acc_1.5B](https://huggingface.co/Zachary1150/math_acc_1.5B)
* [Zachary1150/math_len_1.5B](https://huggingface.co/Zachary1150/math_len_1.5B)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: Zachary1150/math_len_1.5B
parameters:
weight: 0.5
- model: Zachary1150/math_acc_1.5B
parameters:
weight: 0.5
merge_method: linear
parameters:
normalize: true
dtype: bfloat16
```