asarvazyan commited on
Commit
b20c4d9
·
verified ·
1 Parent(s): c2756cb

Add pad token to tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -0
tokenizer_config.json CHANGED
@@ -8002,6 +8002,7 @@
8002
  }
8003
  },
8004
  "bos_token": "<s>",
 
8005
  "clean_up_tokenization_spaces": true,
8006
  "eos_token": "</s>",
8007
  "model_input_names": [
 
8002
  }
8003
  },
8004
  "bos_token": "<s>",
8005
+ "pad_token": "<pad>",
8006
  "clean_up_tokenization_spaces": true,
8007
  "eos_token": "</s>",
8008
  "model_input_names": [