Walmart-the-bag commited on
Commit
b61a188
1 Parent(s): 26283fb

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
+ # Model Yaml
7
+
8
+ ```
9
+ base_model: teknium/OpenHermes-2-Mistral-7B
10
+ models:
11
+ - model: teknium/OpenHermes-2-Mistral-7B
12
+ - model: Open-Orca/Mistral-7B-SlimOrca
13
+ merge_method: slerp
14
+ parameters:
15
+ t:
16
+ - value: 0.32
17
+ dtype: float16
18
+ ```
19
+
20
+
21
+ # Prompt Format
22
+ ###### ChatML
23
+ ```
24
+ <|im_start|>user
25
+ <|im_end|>
26
+ <|im_start|>assistant
27
+ ```