Update README.md
Browse files
README.md
CHANGED
@@ -26,10 +26,16 @@ On top of that Lumimaid is now mostly opus 3 sonnet, opus and a small part sonne
|
|
26 |
## Training data used:
|
27 |
Will add after i can finally sleep.
|
28 |
|
29 |
-
## Prompt template:
|
30 |
|
31 |
```
|
32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
```
|
34 |
|
35 |
## Others
|
|
|
26 |
## Training data used:
|
27 |
Will add after i can finally sleep.
|
28 |
|
29 |
+
## Prompt template: Llama3
|
30 |
|
31 |
```
|
32 |
+
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
33 |
+
|
34 |
+
{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
|
35 |
+
|
36 |
+
{input}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
37 |
+
|
38 |
+
{output}<|eot_id|>
|
39 |
```
|
40 |
|
41 |
## Others
|