readme
Browse files
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 |
-
#
|
10 |
|
11 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+

|
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 |
```
|