--- base_model: - Steelskull/L3.3-Electra-R1-70b - Nexesenex/Llama_3.x_70b_L3.3_Dolphin_128K_v1.02 - NexesMess/Llama_3.x_70b_Tess_Athene_128K_v1.02_NR 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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [Steelskull/L3.3-Electra-R1-70b](https://huggingface.co/Steelskull/L3.3-Electra-R1-70b) as a base. ### Models Merged The following models were included in the merge: * [Nexesenex/Llama_3.x_70b_L3.3_Dolphin_128K_v1.02](https://huggingface.co/Nexesenex/Llama_3.x_70b_L3.3_Dolphin_128K_v1.02) * [NexesMess/Llama_3.x_70b_Tess_Athene_128K_v1.02_NR](https://huggingface.co/NexesMess/Llama_3.x_70b_Tess_Athene_128K_v1.02_NR) ### Configuration The following YAML configuration was used to produce this model: ```yaml merge_method: model_stock models: - model: Nexesenex/Llama_3.x_70b_L3.3_Dolphin_128K_v1.02 parameters: weight: 1.0 - model: NexesMess/Llama_3.x_70b_Tess_Athene_128K_v1.02_NR parameters: weight: 1.0 base_model: Steelskull/L3.3-Electra-R1-70b dtype: bfloat16 out_dtype: bfloat16 parameters: int8_mask: true normalize: true rescale: false filter_wise: false smooth: false allow_negative_weights: false chat_template: auto tokenizer: source: union ```