base_model: | |
- v000000/HaloMaidRP-v1.32-15B-Ruby | |
- v000000/HaloMaidRP-v1.32-15B-Sapphire | |
library_name: transformers | |
tags: | |
- mergekit | |
- merge | |
# 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 SLERP merge method. | |
### Models Merged | |
The following models were included in the merge: | |
* [v000000/HaloMaidRP-v1.32-15B-Ruby](https://huggingface.co/v000000/HaloMaidRP-v1.32-15B-Ruby) | |
* [v000000/HaloMaidRP-v1.32-15B-Sapphire](https://huggingface.co/v000000/HaloMaidRP-v1.32-15B-Sapphire) | |
### Configuration | |
The following YAML configuration was used to produce this model: | |
```yaml | |
slices: | |
- sources: | |
- model: v000000/HaloMaidRP-v1.32-15B-Sapphire | |
layer_range: [0, 64] | |
- model: v000000/HaloMaidRP-v1.32-15B-Ruby | |
layer_range: [0, 64] | |
merge_method: slerp | |
base_model: v000000/HaloMaidRP-v1.32-15B-Sapphire | |
parameters: | |
t: | |
- filter: self_attn | |
value: [0.1, 0.6, 0.3, 0.8, 0.5] | |
- filter: mlp | |
value: [0.9, 0.4, 0.7, 0.2, 0.5] | |
- value: 0.5 | |
dtype: bfloat16 | |
``` | |