| | --- |
| | base_model: |
| | - OddTheGreat/Cogwheel_24b_V.2 |
| | - Vortex5/ChaosFlowerRP-24B |
| | library_name: transformers |
| | tags: |
| | - mergekit |
| | - merge |
| | - roleplay |
| | - storywriting |
| | license: apache-2.0 |
| | --- |
| | # Clockwork-Flower-24B |
| |
|
| | Clockwork-Flower-24B 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](https://en.wikipedia.org/wiki/Slerp) merge method. |
| |
|
| | ### Models Merged |
| |
|
| | The following models were included in the merge: |
| | * [OddTheGreat/Cogwheel_24b_V.2](https://huggingface.co/OddTheGreat/Cogwheel_24b_V.2) |
| | * [Vortex5/ChaosFlowerRP-24B](https://huggingface.co/Vortex5/ChaosFlowerRP-24B) |
| |
|
| | ### Configuration |
| |
|
| | The following YAML configuration was used to produce this model: |
| |
|
| | ```yaml |
| | |
| | models: |
| | - model: Vortex5/ChaosFlowerRP-24B |
| | - model: OddTheGreat/Cogwheel_24b_V.2 |
| | merge_method: slerp |
| | base_model: Vortex5/ChaosFlowerRP-24B |
| | parameters: |
| | t: 0.5 |
| | dtype: bfloat16 |
| | |
| | ``` |