--- base_model: - google/gemma-4-31B-it - ApocalypseParty/G4-31B-SFT-v3-1-1ep library_name: transformers tags: - mergekit - merge --- # ConfigA 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](https://en.wikipedia.org/wiki/Slerp) merge method. ### Models Merged The following models were included in the merge: * [google/gemma-4-31B-it](https://huggingface.co/google/gemma-4-31B-it) * [ApocalypseParty/G4-31B-SFT-v3-1-1ep](https://huggingface.co/ApocalypseParty/G4-31B-SFT-v3-1-1ep) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: google/gemma-4-31B-it - model: ApocalypseParty/G4-31B-SFT-v3-1-1ep merge_method: slerp parameters: t: 0.5 base_model: google/gemma-4-31B-it dtype: bfloat16 ```