TheBloke commited on
Commit
4dcd462
1 Parent(s): dfd5c47

Initial GPTQ model commit

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +11 -0
special_tokens_map.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|system|>",
4
+ "<|user|>",
5
+ "<|assistant|>",
6
+ "<|end|>"
7
+ ],
8
+ "bos_token": "<|endoftext|>",
9
+ "eos_token": "<|endoftext|>",
10
+ "unk_token": "<|endoftext|>"
11
+ }