MergedModel / README.md
Mohamed6900's picture
Upload folder using huggingface_hub
7912ee7 verified
|
raw
history blame contribute delete
No virus
785 Bytes
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- HuggingFaceH4/zephyr-7b-beta
- mistralai/Mistral-7B-Instruct-v0.2
---
# MergedModel
MergedModel is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [HuggingFaceH4/zephyr-7b-beta](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta)
* [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)
## 🧩 Configuration
```yaml
base_model: HuggingFaceH4/zephyr-7b-beta
dtype: float16
gate_mode: cheap_embed
experts:
- source_model: HuggingFaceH4/zephyr-7b-beta
positive_prompts: ["You are an helpful general-pupose assistant."]
- source_model: mistralai/Mistral-7B-Instruct-v0.2
positive_prompts: ["You are a helpful assistant."]
```