--- base_model_relation: quantized library_name: transformers tags: - mergekit - merge base_model: - TareksTesting/Legion-V1.9-LLaMa-70B --- # 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 [SCE](https://arxiv.org/abs/2408.07990) merge method using [TareksLab/M-BASE-SCE](https://huggingface.co/TareksLab/M-BASE-SCE) as a base. ### Models Merged The following models were included in the merge: * [TareksLab/M-MERGE2](https://huggingface.co/TareksLab/M-MERGE2) * [TareksLab/M-MERGE4](https://huggingface.co/TareksLab/M-MERGE4) * [TareksLab/M-MERGE1](https://huggingface.co/TareksLab/M-MERGE1) * [TareksLab/M-MERGE3](https://huggingface.co/TareksLab/M-MERGE3) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: TareksLab/M-MERGE4 - model: TareksLab/M-MERGE3 - model: TareksLab/M-MERGE2 - model: TareksLab/M-MERGE1 merge_method: sce base_model: TareksLab/M-BASE-SCE parameters: select_topk: 0.16 int8_mask: true chat_template: llama3 tokenizer: source: TareksLab/M-TOKENIZER-SCE dtype: bfloat16 ```