MergedModel / README.md
Mohamed6900's picture
Upload folder using huggingface_hub
7912ee7 verified
|
raw
history blame contribute delete
No virus
785 Bytes
metadata
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:

🧩 Configuration

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."]