teddylee777 commited on
Commit
46026d7
·
verified ·
1 Parent(s): ed5a00c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -8,3 +8,24 @@ language:
8
  - Original model is [lcw99/llama-3-8b-it-ko-chang](https://huggingface.co/lcw99/llama-3-8b-it-ko-chang)
9
  - Quantized by [teddylee777](https://huggingface.co/teddylee777) by using [llama.cpp](https://github.com/ggerganov/llama.cpp)
10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - Original model is [lcw99/llama-3-8b-it-ko-chang](https://huggingface.co/lcw99/llama-3-8b-it-ko-chang)
9
  - Quantized by [teddylee777](https://huggingface.co/teddylee777) by using [llama.cpp](https://github.com/ggerganov/llama.cpp)
10
 
11
+ ## Template (LM Studio)
12
+
13
+ ```
14
+ <|start_header_id|>system<|end_header_id|>
15
+ {System}
16
+ <|eot_id|>
17
+ <|start_header_id|>B<|end_header_id|>
18
+ {User}
19
+ <|eot_id|><|start_header_id|>A<|end_header_id|>
20
+ {Assistant}
21
+ ```
22
+
23
+ ## Stop Token
24
+
25
+ ```
26
+ <|eot_id|>
27
+ <|start_header_id|>
28
+ <|end_header_id|>
29
+ <|begin_of_text|>
30
+ <|end_of_text|>
31
+ ```