tashrifmahmud commited on
Commit
9b213ea
·
verified ·
1 Parent(s): 68604de

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +3 -0
tokenizer_config.json CHANGED
@@ -47,7 +47,10 @@
47
  "mask_token": "[MASK]",
48
  "max_length": 512,
49
  "model_max_length": 512,
 
50
  "pad_token": "[PAD]",
 
 
51
  "sep_token": "[SEP]",
52
  "stride": 0,
53
  "strip_accents": null,
 
47
  "mask_token": "[MASK]",
48
  "max_length": 512,
49
  "model_max_length": 512,
50
+ "pad_to_multiple_of": null,
51
  "pad_token": "[PAD]",
52
+ "pad_token_type_id": 0,
53
+ "padding_side": "right",
54
  "sep_token": "[SEP]",
55
  "stride": 0,
56
  "strip_accents": null,