Elhusseny commited on
Commit
7462937
·
verified ·
1 Parent(s): d885cb8

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +5 -0
tokenizer_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<pad>",
3
+ "eos_token": "<pad>",
4
+ "pad_token": "<pad>"
5
+ }