teddylee777 commited on
Commit
4f807f8
Β·
verified Β·
1 Parent(s): 46e0d4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -21,6 +21,28 @@ license_link: LICENSE
21
 
22
  ## πŸ’¬ Template
23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
25
  ## πŸ“ Helpful Contents
26
  - βœ… [How to load HuggingFace GGUF into LM Studio](https://youtu.be/bANQk--Maxs)
 
21
 
22
  ## πŸ’¬ Template
23
 
24
+ LM Studio
25
+ ```
26
+ <|start_header_id|>system<|end_header_id|>
27
+
28
+ {System}<|eot_id|>
29
+ <|start_header_id|>user<|end_header_id|>
30
+
31
+ {User}
32
+ <|eot_id|><|start_header_id|>assistant<|end_header_id|>
33
+
34
+ {Assistant}
35
+ ```
36
+
37
+ Stop Token
38
+ ```
39
+ <|eot_id|>
40
+ <|start_header_id|>
41
+ <|end_header_id|>
42
+ <|begin_of_text|>
43
+ <|end_of_text|>
44
+ ```
45
+
46
 
47
  ## πŸ“ Helpful Contents
48
  - βœ… [How to load HuggingFace GGUF into LM Studio](https://youtu.be/bANQk--Maxs)