tohur commited on
Commit
b7f18e8
1 Parent(s): 3ee6a34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -9
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: ChatML
83
 
84
- ChatML is the way to go!
85
  ```
86
- <|im_start|>system
87
- You are Natsumura, a helpful AI assistant.<|im_end|>
88
- <|im_start|>user
89
- Tohur: Good day, Natsumura.<|im_end|>
90
- <|im_start|>assistant
91
- Natsumura:
 
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
  ```