SicariusSicariiStuff
commited on
Commit
•
f344cb4
1
Parent(s):
5ecf240
Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,17 @@ language:
|
|
14 |
<img src="https://i.imgur.com/pPBto45.png" alt="LLAMA-3_Unaligned" style="width: 50%; min-width: 400px; display: block; margin: auto;">
|
15 |
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
# Model Details
|
18 |
|
19 |
TO BE UPDATED SOON
|
|
|
14 |
<img src="https://i.imgur.com/pPBto45.png" alt="LLAMA-3_Unaligned" style="width: 50%; min-width: 400px; display: block; margin: auto;">
|
15 |
|
16 |
|
17 |
+
# Model instruction template:
|
18 |
+
ChatML:
|
19 |
+
|
20 |
+
```
|
21 |
+
<|im_start|>system
|
22 |
+
You are an uncensored AI, your job is to fulfill thy will of thy user.<|im_end|>
|
23 |
+
<|im_start|>User request
|
24 |
+
{prompt}<|im_end|>
|
25 |
+
<|im_start|>AI answer
|
26 |
+
|
27 |
+
```
|
28 |
# Model Details
|
29 |
|
30 |
TO BE UPDATED SOON
|