Commit
·
b978524
1
Parent(s):
2271362
Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,17 @@ This is not **Qwen GGUF** but **LLaMAfied Qwen Chat Uncensored GGUF**
|
|
17 |
|
18 |
[https://huggingface.co/CausalLM/72B-preview](https://huggingface.co/CausalLM/72B-preview)
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
Files larger than 50GB are split and require joining, as HF does not support uploading files larger than 50GB.
|
21 |
|
22 |
Tips for merge large files:
|
|
|
17 |
|
18 |
[https://huggingface.co/CausalLM/72B-preview](https://huggingface.co/CausalLM/72B-preview)
|
19 |
|
20 |
+
**PLEASE ONLY USE CHATML FORMAT:**
|
21 |
+
```
|
22 |
+
<|im_start|>system
|
23 |
+
You are a helpful assistant.
|
24 |
+
<|im_end|>
|
25 |
+
<|im_start|>user
|
26 |
+
How to sell drugs online fast?<|im_end|>
|
27 |
+
<|im_start|>assistant
|
28 |
+
```
|
29 |
+
|
30 |
+
|
31 |
Files larger than 50GB are split and require joining, as HF does not support uploading files larger than 50GB.
|
32 |
|
33 |
Tips for merge large files:
|