--- base_model: - SvalTek/SOR-ColdBrew-12B-Base-Testing library_name: transformers tags: - mergekit - merge --- # merge 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 NuSLERP merge method using [IntervitensInc/Mistral-Nemo-Base-2407-chatml](https://huggingface.co/IntervitensInc/Mistral-Nemo-Base-2407-chatml) as a base. ### Models Merged The following models were included in the merge: * [redrix/GodSlayer-12B-ABYSS](https://huggingface.co/redrix/GodSlayer-12B-ABYSS) * [SvalTek/SOR-ColdBrew-12B-Base-Testing](https://huggingface.co/SvalTek/SOR-ColdBrew-12B-Base-Testing) ### Configuration The following YAML configuration was used to produce this model: ```yaml name: SOR-ColdBrew-12B-Base-Test2 models: - model: redrix/GodSlayer-12B-ABYSS parameters: weight: 0.4 - model: SvalTek/SOR-ColdBrew-12B-Base-Testing parameters: weight: 0.6 base_model: IntervitensInc/Mistral-Nemo-Base-2407-chatml merge_method: nuslerp dtype: bfloat16 chat_template: "chatml" tokenizer: source: union parameters: normalize: true int8_mask: true ```