devngho commited on
Commit
68a37bb
·
verified ·
1 Parent(s): 47dbba9

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -0
tokenizer_config.json CHANGED
@@ -28,6 +28,7 @@
28
  "bos_token": "<s>",
29
  "clean_up_tokenization_spaces": true,
30
  "eos_token": "</s>",
 
31
  "model_max_length": 1000000000000000019884624838656,
32
  "tokenizer_class": "PreTrainedTokenizerFast",
33
  "unk_token": "<unk>"
 
28
  "bos_token": "<s>",
29
  "clean_up_tokenization_spaces": true,
30
  "eos_token": "</s>",
31
+ "pad_token": "</s>",
32
  "model_max_length": 1000000000000000019884624838656,
33
  "tokenizer_class": "PreTrainedTokenizerFast",
34
  "unk_token": "<unk>"