--- base_model: - Solshine/reflection-llama-3.1-8B - Solshine/Meta-Llama-3.1-8B-Instruct-Python-Coder - mlabonne/Hermes-3-Llama-3.1-8B-lorablated 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 passthrough merge method. ### Models Merged The following models were included in the merge: * [Solshine/reflection-llama-3.1-8B](https://huggingface.co/Solshine/reflection-llama-3.1-8B) * [Solshine/Meta-Llama-3.1-8B-Instruct-Python-Coder](https://huggingface.co/Solshine/Meta-Llama-3.1-8B-Instruct-Python-Coder) * [mlabonne/Hermes-3-Llama-3.1-8B-lorablated](https://huggingface.co/mlabonne/Hermes-3-Llama-3.1-8B-lorablated) ### Configuration The following YAML configuration was used to produce this model: ```yaml slices: - sources: - layer_range: [0, 16] model: mlabonne/Hermes-3-Llama-3.1-8B-lorablated - sources: - layer_range: [4, 20] model: Solshine/reflection-llama-3.1-8B - sources: - layer_range: [8, 24] model: Solshine/Meta-Llama-3.1-8B-Instruct-Python-Coder - sources: - layer_range: [12, 28] model: Solshine/reflection-llama-3.1-8B - sources: - layer_range: [16, 32] model: mlabonne/Hermes-3-Llama-3.1-8B-lorablated merge_method: passthrough dtype: float16 ```