Text Generation
Transformers
Safetensors
English
llama
text generation
instruct
text-generation-inference
4-bit precision
TheBloke commited on
Commit
6d6acd8
1 Parent(s): aab98e8

Initial GPTQ model commit

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +6 -0
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "eos_token": "</s>",
4
+ "pad_token": "</s>",
5
+ "unk_token": "<unk>"
6
+ }