magicadllama / README.md
MostafaDorrah's picture
Upload folder using huggingface_hub
21cce27 verified
|
raw
history blame
675 Bytes
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- ise-uiuc/Magicoder-S-CL-7B
- NousResearch/Llama-2-7b-chat-hf
---
# magicadllama
magicadllama is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [ise-uiuc/Magicoder-S-CL-7B](https://huggingface.co/ise-uiuc/Magicoder-S-CL-7B)
* [NousResearch/Llama-2-7b-chat-hf](https://huggingface.co/NousResearch/Llama-2-7b-chat-hf)
## 🧩 Configuration
```yaml
slices:
- sources:
- model: ise-uiuc/Magicoder-S-CL-7B
layer_range: [0, 32]
- sources:
- model: NousResearch/Llama-2-7b-chat-hf
layer_range: [24, 32]
merge_method: passthrough
dtype: bfloat16
```