TheBloke commited on
Commit
cc2347d
1 Parent(s): 1ee6461

GPTQ model commit

Browse files
Files changed (1) hide show
  1. added_tokens.json +10 -0
added_tokens.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<bot>:": 32017,
3
+ "<bot_end>": 32019,
4
+ "<docstring_end>": 32023,
5
+ "<docstring_start>": 32022,
6
+ "<func_end>": 32021,
7
+ "<func_start>": 32020,
8
+ "<human>:": 32016,
9
+ "<human_end>": 32018
10
+ }