Merge-Llama-3.1-8B / README.md
yelim24's picture
Upload folder using huggingface_hub
164ae10 verified
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- meta-llama/Llama-3.1-8B-Instruct
- aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored
---
# Merge-Llama-3.1-8B
Merge-Llama-3.1-8B is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [meta-llama/Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct)
* [aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored](https://huggingface.co/aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored)
## 🧩 Configuration
'''yaml
slices:
- sources:
- model: meta-llama/Llama-3.1-8B-Instruct
layer_range: [0, 32]
- model: aifeifei798/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored
layer_range: [0, 32]
merge_method: slerp
base_model: meta-llama/Llama-3.1-8B-Instruct
parameters:
t:
- filter: self_attn
value: [0, 0.5, 0.3, 0.7, 1]
- filter: mlp
value: [1, 0.5, 0.7, 0.3, 0]
- value: 0.5
dtype: bfloat16
'''