DenisTheDev's picture
Upload folder using huggingface_hub
2a736c1 verified
|
raw
history blame
671 Bytes
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- openchat/openchat-3.5-1210
- openchat/openchat-3.5-0106
---
# Openchat-Passthrough
Openchat-Passthrough is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [openchat/openchat-3.5-1210](https://huggingface.co/openchat/openchat-3.5-1210)
* [openchat/openchat-3.5-0106](https://huggingface.co/openchat/openchat-3.5-0106)
## 🧩 Configuration
```yaml
slices:
- sources:
- model: openchat/openchat-3.5-1210
layer_range: [0, 32]
- sources:
- model: openchat/openchat-3.5-0106
layer_range: [16, 32]
merge_method: passthrough
dtype: bfloat16
```