File size: 902 Bytes
fbc950b
e8ee594
 
 
fbc950b
 
 
 
e8ee594
 
 
 
fbc950b
 
 
 
1ad892a
fbc950b
1ad892a
fbc950b
 
 
 
076eb09
 
fbc950b
 
 
 
 
 
 
076eb09
fbc950b
 
076eb09
fbc950b
 
 
 
 
e8ee594
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
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
```