Files
math_merge_linear_1.5B/README.md

44 lines
921 B
Markdown
Raw Permalink Normal View History

---
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
```