wakizashi2206 commited on
Commit
8b4b311
·
verified ·
1 Parent(s): b016131

Create preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +1 -0
preprocessor_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ { "do_resize": true, "do_center_crop": false, "size": 384, "max_length": 512, "pad_token_id": 0, "special_tokens": { "pad_token": "<pad>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "cls_token": "<s>" } }