Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,6 @@ datasets:
|
|
24 |
Natsumura is uncensored, which makes the model compliant.It will be highly compliant with any requests, even unethical ones.
|
25 |
You are responsible for any content you create using this model. Please use it responsibly.
|
26 |
|
27 |
-
![image/png](https://cdn-uploads.huggingface.co/production/uploads/644ad182f434a6a63b18eee6/uqJv-R1LeJEfMxi1nmTH5.png)
|
28 |
|
29 |
## Usage
|
30 |
|
@@ -79,14 +78,14 @@ I use the following settings for inference:
|
|
79 |
"min_p": 0.05
|
80 |
```
|
81 |
|
82 |
-
# Prompt template:
|
83 |
|
84 |
-
ChatML is the way to go!
|
85 |
```
|
86 |
-
<|
|
87 |
-
|
88 |
-
<|
|
89 |
-
|
90 |
-
<|
|
91 |
-
|
|
|
92 |
```
|
|
|
24 |
Natsumura is uncensored, which makes the model compliant.It will be highly compliant with any requests, even unethical ones.
|
25 |
You are responsible for any content you create using this model. Please use it responsibly.
|
26 |
|
|
|
27 |
|
28 |
## Usage
|
29 |
|
|
|
78 |
"min_p": 0.05
|
79 |
```
|
80 |
|
81 |
+
# Prompt template: llama3
|
82 |
|
|
|
83 |
```
|
84 |
+
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
85 |
+
|
86 |
+
{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
|
87 |
+
|
88 |
+
{input}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
89 |
+
|
90 |
+
{output}<|eot_id|>
|
91 |
```
|