Text Generation
Transformers
Safetensors
llama
go
text-generation-inference
kenhktsui commited on
Commit
b2ef680
·
verified ·
1 Parent(s): 40ae59e

Update special_tokens_map.json

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +3 -1
special_tokens_map.json CHANGED
@@ -1 +1,3 @@
1
- {}
 
 
 
1
+ {
2
+ "pad_token": "[PAD]"
3
+ }