Update README.md
Browse files
README.md
CHANGED
@@ -10,10 +10,16 @@ license: other
|
|
10 |
language:
|
11 |
- en
|
12 |
---
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
### The following YAML configuration was used to produce this model: (SLERP merge method)
|
19 |
|
|
|
10 |
language:
|
11 |
- en
|
12 |
---
|
13 |
+
# Base model: (Falcon3-10B)
|
|
|
|
|
14 |
|
15 |
+
# Prompt format: ChatML
|
16 |
+
```
|
17 |
+
<|im_start|>system
|
18 |
+
{system_prompt}<|im_end|>
|
19 |
+
<|im_start|>user
|
20 |
+
{prompt}<|im_end|>
|
21 |
+
<|im_start|>assistant
|
22 |
+
```
|
23 |
|
24 |
### The following YAML configuration was used to produce this model: (SLERP merge method)
|
25 |
|