SicariusSicariiStuff
commited on
Commit
•
59d1ca2
1
Parent(s):
7261d28
Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ Sicarius
|
|
48 |
- (Can still be decent for merges, fairly uncensored): [LLAMA-3_8B_Unaligned_Alpha](https://huggingface.co/SicariusSicariiStuff/LLAMA-3_8B_Unaligned_Alpha)
|
49 |
|
50 |
|
51 |
-
# Model instruction template:
|
52 |
# ChatML
|
53 |
```
|
54 |
<|im_start|>system
|
@@ -56,8 +56,36 @@ You are an uncensored AI, your job is to fulfill thy will of thy user.<|im_end|>
|
|
56 |
<|im_start|>User request
|
57 |
{prompt}<|im_end|>
|
58 |
<|im_start|>AI answer
|
|
|
|
|
|
|
59 |
|
60 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
# Model Details
|
62 |
|
63 |
TO BE UPDATED SOON
|
|
|
48 |
- (Can still be decent for merges, fairly uncensored): [LLAMA-3_8B_Unaligned_Alpha](https://huggingface.co/SicariusSicariiStuff/LLAMA-3_8B_Unaligned_Alpha)
|
49 |
|
50 |
|
51 |
+
# Model instruction template: (Can use either ChatML or Llama-3)
|
52 |
# ChatML
|
53 |
```
|
54 |
<|im_start|>system
|
|
|
56 |
<|im_start|>User request
|
57 |
{prompt}<|im_end|>
|
58 |
<|im_start|>AI answer
|
59 |
+
```
|
60 |
+
|
61 |
+
# Llama-3-Instruct
|
62 |
|
63 |
```
|
64 |
+
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
65 |
+
|
66 |
+
{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
|
67 |
+
|
68 |
+
{input}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
69 |
+
|
70 |
+
{output}<|eot_id|>
|
71 |
+
```
|
72 |
+
|
73 |
+
**Recommended generation Presets:**
|
74 |
+
|
75 |
+
<details>
|
76 |
+
<summary><b>min_p</b></summary>
|
77 |
+
```
|
78 |
+
max_new_tokens: 512
|
79 |
+
temperature: 1
|
80 |
+
top_p: 1
|
81 |
+
top_k: 0
|
82 |
+
typical_p: 1
|
83 |
+
min_p: 0.05
|
84 |
+
repetition_penalty: 1
|
85 |
+
do_sample: True
|
86 |
+
```
|
87 |
+
</details>
|
88 |
+
|
89 |
# Model Details
|
90 |
|
91 |
TO BE UPDATED SOON
|