--- base_model: - HuggingFaceH4/zephyr-7b-alpha library_name: transformers tags: - mergekit - merge pipeline_tag: text-generation --- ## Merge Details ### Merge Method This model was merged using the [task arithmetic](https://arxiv.org/abs/2212.04089) merge method using [HuggingFaceH4/zephyr-7b-alpha](https://huggingface.co/HuggingFaceH4/zephyr-7b-alpha) as a base. ### Models Merged The following models were included in the merge: * [HuggingFaceH4/zephyr-7b-beta](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta) * [HuggingFaceH4/zephyr-7b-alpha](https://huggingface.co/HuggingFaceH4/zephyr-7b-alpha) ### Configuration The following YAML configuration was used to produce this model: ```yaml dtype: bfloat16 merge_method: task_arithmetic base_model: model: HuggingFaceH4/zephyr-7b-alpha slices: - sources: - layer_range: [0, 32] model: HuggingFaceH4/zephyr-7b-beta parameters: weight: 0.5 - layer_range: [0, 32] model: HuggingFaceH4/zephyr-7b-alpha parameters: weight: 0.5 ```