Weyaxi commited on
Commit
0c48c3d
·
1 Parent(s): 564c025
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -2,14 +2,25 @@
2
  ---
3
  license: apache-2.0
4
  ---
 
 
5
  # SauerkrautLM-UNA-SOLAR-Instruct
6
 
7
  This is the model for SauerkrautLM-UNA-SOLAR-Instruct. I used [mergekit](https://github.com/cg123/mergekit) to merge models.
8
 
9
- # Yaml Config
10
 
11
- ```yaml
 
 
 
 
 
 
 
 
12
 
 
13
  slices:
14
  - sources:
15
  - model: VAGOsolutions/SauerkrautLM-SOLAR-Instruct
@@ -30,5 +41,4 @@ parameters:
30
  tokenizer_source: union
31
 
32
  dtype: bfloat16
33
-
34
  ```
 
2
  ---
3
  license: apache-2.0
4
  ---
5
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6468ce47e134d050a58aa89c/8uLgxLFWSN4fGPCS8Qinq.png)
6
+
7
  # SauerkrautLM-UNA-SOLAR-Instruct
8
 
9
  This is the model for SauerkrautLM-UNA-SOLAR-Instruct. I used [mergekit](https://github.com/cg123/mergekit) to merge models.
10
 
11
+ # Prompt Template(s)
12
 
13
+ ```
14
+ ### User:
15
+ {user}
16
+
17
+ ### Assistant:
18
+ {asistant}
19
+ ```
20
+
21
+ # Yaml Config to reproduce
22
 
23
+ ```yaml
24
  slices:
25
  - sources:
26
  - model: VAGOsolutions/SauerkrautLM-SOLAR-Instruct
 
41
  tokenizer_source: union
42
 
43
  dtype: bfloat16
 
44
  ```