Text Generation
Transformers
Safetensors
English
llama
sft
text-generation-inference
4-bit precision
TheBloke commited on
Commit
41e3ddc
1 Parent(s): f6d2655

Initial GPTQ model commit

Browse files
Files changed (1) hide show
  1. added_tokens.json +9 -0
added_tokens.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<CLS>": 32000,
3
+ "<EOD>": 32002,
4
+ "<MASK>": 32003,
5
+ "<PAD>": 32004,
6
+ "<SEP>": 32001,
7
+ "<|im_end|>": 32006,
8
+ "<|im_start|>": 32005
9
+ }