初始化项目,由ModelHub XC社区提供模型
Model: Zachary1150/math_merge_linear_1.5B Source: Original Platform
This commit is contained in:
43
README.md
Normal file
43
README.md
Normal 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
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user