Vulkane commited on
Commit
5561732
1 Parent(s): b8977ed

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ pipeline_tag: text-generation
5
+ ---
6
+ This repo is a GGUF version of [Misted-7B](https://huggingface.co/Walmart-the-bag/Misted-7B)
7
+
8
+ # Prompt Template
9
+ ```
10
+ <|im_start|>user
11
+
12
+ <|im_end|>
13
+ <|im_start|>assistant
14
+ ```
15
+
16
+ ## Misted-7B merge yaml
17
+ ```
18
+ base_model: teknium/OpenHermes-2-Mistral-7B
19
+ models:
20
+ - model: teknium/OpenHermes-2-Mistral-7B
21
+ - model: Open-Orca/Mistral-7B-SlimOrca
22
+ merge_method: slerp
23
+ parameters:
24
+ t:
25
+ - value: 0.32
26
+ dtype: float16
27
+ ```