language: | |
- en | |
pipeline_tag: text-generation | |
This repo is a GGUF version of [Misted-7B](https://huggingface.co/Walmart-the-bag/Misted-7B) | |
# Prompt Template | |
``` | |
<|im_start|>user | |
<|im_end|> | |
<|im_start|>assistant | |
``` | |
## Misted-7B merge yaml | |
``` | |
base_model: teknium/OpenHermes-2-Mistral-7B | |
models: | |
- model: teknium/OpenHermes-2-Mistral-7B | |
- model: Open-Orca/Mistral-7B-SlimOrca | |
merge_method: slerp | |
parameters: | |
t: | |
- value: 0.32 | |
dtype: float16 | |
``` |