--- base_model: - fluently-lm/FluentlyLM-Prinum - Saxo/Linkbricks-Horizon-AI-Avengers-V1-32B library_name: transformers tags: - mergekit - merge license: apache-2.0 language: - en pipeline_tag: text-generation --- # Merged Model 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 [TIES](https://arxiv.org/abs/2306.01708) merge method using [Saxo/Linkbricks-Horizon-AI-Avengers-V1-32B](https://huggingface.co/Saxo/Linkbricks-Horizon-AI-Avengers-V1-32B) as a base. ### Models Merged The following models were included in the merge: * [fluently-lm/FluentlyLM-Prinum](https://huggingface.co/fluently-lm/FluentlyLM-Prinum) ### Configuration The following YAML configuration was used to produce this model: ```yaml base_model: Saxo/Linkbricks-Horizon-AI-Avengers-V1-32B dtype: bfloat16 merge_method: ties parameters: density: 1.0 int8_mask: 1.0 normalize: 1.0 weight: 1.0 slices: - sources: - layer_range: [0, 64] model: fluently-lm/FluentlyLM-Prinum parameters: density: 1.0 weight: 1.0 - layer_range: [0, 64] model: Saxo/Linkbricks-Horizon-AI-Avengers-V1-32B ```