model-248 / README.md
rootti's picture
Duplicate from Doomate/Affine-re-5DAGsDentUAs6Uh9SYJ2uLEQvYRWu1Euqai97AHF3A7RiGoT
42f21b7
|
Raw
History Blame Contribute Delete
871 Bytes
---
base_model: []
library_name: transformers
tags:
- mergekit
- merge
---
# nntoan_prexpert_80-20
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 using /root/sn120/model_path1 as a base.
### Models Merged
The following models were included in the merge:
* /root/sn120/model_path2
### Configuration
The following YAML configuration was used to produce this model:
```yaml
# Linear merge: prexpert (80%) + nntoan209 (20%)
merge_method: linear
dtype: bfloat16
base_model: /root/sn120/model_path1
parameters:
normalize: true
models:
- model: /root/sn120/model_path1
parameters:
weight: 0.80
- model: /root/sn120/model_path2
parameters:
weight: 0.20
```