SpicyFlyRP-22B / README.md
Vortex5's picture
Update README.md
4c0baae verified
---
base_model:
- anthracite-org/magnum-v4-22b
- invisietch/MiS-Firefly-v0.2-22B
library_name: transformers
tags:
- mergekit
- merge
- roleplay
- storytelling
license: other
---
# SpicyFlyRP-22B
SpicyFlyRP-22B is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit)
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6669a3a617b838fda45637b8/T5HctJ6gvt5WamNF8IQZh.png)
## Merge Details
### Merge Method
This model was merged using the [SLERP](https://en.wikipedia.org/wiki/Slerp) merge method.
### Models Merged
The following models were included in the merge:
* [anthracite-org/magnum-v4-22b](https://huggingface.co/anthracite-org/magnum-v4-22b)
* [invisietch/MiS-Firefly-v0.2-22B](https://huggingface.co/invisietch/MiS-Firefly-v0.2-22B)
### Configuration
The following YAML configuration was used to produce this model:
```yaml
slices:
- sources:
- model: anthracite-org/magnum-v4-22b
layer_range: [0, 56]
- model: invisietch/MiS-Firefly-v0.2-22B
layer_range: [0, 56]
merge_method: slerp
base_model: anthracite-org/magnum-v4-22b
parameters:
t:
- filter: self_attn
value: [0, 0.5, 0.3, 0.7, 1]
- filter: mlp
value: [1, 0.5, 0.7, 0.3, 0]
- value: 0.5
dtype: bfloat16
```