Text Generation
Transformers
Safetensors
English
llama
text-generation-inference
4-bit precision
TheBloke commited on
Commit
64e703a
1 Parent(s): 3c58138

Initial GPTQ model commit

Browse files
Files changed (1) hide show
  1. added_tokens.json +4 -0
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "<|PAD|>": 32001,
3
+ "<|end_of_turn|>": 32000
4
+ }