--- base_model: - zerofata/G4-MeroMero-31B - ApocalypseParty/G4-31B-Exp-3 library_name: transformers tags: - mergekit - merge --- # v2-ConfigA-2 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: * [zerofata/G4-MeroMero-31B](https://huggingface.co/zerofata/G4-MeroMero-31B) * [ApocalypseParty/G4-31B-Exp-3](https://huggingface.co/ApocalypseParty/G4-31B-Exp-3) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: zerofata/G4-MeroMero-31B - model: ApocalypseParty/G4-31B-Exp-3 merge_method: slerp base_model: zerofata/G4-MeroMero-31B parameters: t: 0.3 dtype: bfloat16 ```