Text Generation
Transformers
Safetensors
llama
go
text-generation-inference
Inference Endpoints
kenhktsui commited on
Commit
af4e0cb
1 Parent(s): b2ef680

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -0
tokenizer_config.json CHANGED
@@ -8,5 +8,6 @@
8
  },
9
  "clean_up_tokenization_spaces": true,
10
  "model_max_length": 2048,
 
11
  "tokenizer_class": "AlphabetTokenizer"
12
  }
 
8
  },
9
  "clean_up_tokenization_spaces": true,
10
  "model_max_length": 2048,
11
+ "pad_token": "[PAD]",
12
  "tokenizer_class": "AlphabetTokenizer"
13
  }