Ateron_Symphony / README.md
Ateron's picture
Update README.md
1ad892a verified
---
base_model:
- ConicCat/Gemma4-GarnetV2-31B
- AuriAetherwiing/G4-31B-Musica-v1
library_name: transformers
tags:
- mergekit
- merge
- roleplay
language:
- en
pipeline_tag: text-generation
---
# Symphony
![Gemini_Generated_Image_1682ve1682ve1682](https://cdn-uploads.huggingface.co/production/uploads/6390f888de25f9eda571b0f2/8PhAYOMtZL_jUPElOm3p8.png)
This is an experimental merge of Gemma 4, made with simple linear method. Ties shown some issues, so we roll with it instead.
### Models Merged
The following models were included in the merge:
* AuriAetherwiing/G4-31B-Musica-v1
* ConicCat/Gemma4-GarnetV2-31B
### Configuration
The following YAML configuration was used to produce this model:
```yaml
models:
- model: ./GarnetV2-31B
parameters:
weight: 0.75
- model: ./G4-Musica-v1
parameters:
weight: 0.25
merge_method: linear
dtype: float32
out_dtype: bfloat16
```