--- base_model: - goulue5/merging_LLM - Sakalti/Saba1.5-Pro - Youlln/ECE-PRYMMAL-YL-1B-SLERP-V2 - Youlln/ECE-PRYMMAL-YL-1B-SLERP-V1 - goulue5/fusion - Sakalti/Saba1.5-1.5B library_name: transformers tags: - mergekit - merge license: apache-2.0 --- # 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 [Youlln/ECE-PRYMMAL-YL-1B-SLERP-V2](https://huggingface.co/Youlln/ECE-PRYMMAL-YL-1B-SLERP-V2) as a base. ### Models Merged The following models were included in the merge: * [goulue5/merging_LLM](https://huggingface.co/goulue5/merging_LLM) * [Sakalti/Saba1.5-Pro](https://huggingface.co/Sakalti/Saba1.5-Pro) * [Youlln/ECE-PRYMMAL-YL-1B-SLERP-V1](https://huggingface.co/Youlln/ECE-PRYMMAL-YL-1B-SLERP-V1) * [goulue5/fusion](https://huggingface.co/goulue5/fusion) * [Sakalti/Saba1.5-1.5B](https://huggingface.co/Sakalti/Saba1.5-1.5B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: goulue5/merging_LLM - model: goulue5/fusion - model: Youlln/ECE-PRYMMAL-YL-1B-SLERP-V1 - model: Youlln/ECE-PRYMMAL-YL-1B-SLERP-V2 - model: Sakalti/Saba1.5-1.5B - model: Sakalti/Saba1.5-Pro base_model: Youlln/ECE-PRYMMAL-YL-1B-SLERP-V2 merge_method: model_stock parameters: normalize: true dtype: float32 ```