TeeA commited on
Commit
0fe2399
·
verified ·
1 Parent(s): 7303b35

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +7 -0
tokenizer_config.json CHANGED
@@ -931,9 +931,16 @@
931
  "eos_token": "</s>",
932
  "extra_ids": 100,
933
  "legacy": true,
 
934
  "model_max_length": 512,
 
935
  "pad_token": "<pad>",
 
 
936
  "sp_model_kwargs": {},
 
937
  "tokenizer_class": "T5Tokenizer",
 
 
938
  "unk_token": "<unk>"
939
  }
 
931
  "eos_token": "</s>",
932
  "extra_ids": 100,
933
  "legacy": true,
934
+ "max_length": 512,
935
  "model_max_length": 512,
936
+ "pad_to_multiple_of": null,
937
  "pad_token": "<pad>",
938
+ "pad_token_type_id": 0,
939
+ "padding_side": "right",
940
  "sp_model_kwargs": {},
941
+ "stride": 0,
942
  "tokenizer_class": "T5Tokenizer",
943
+ "truncation_side": "right",
944
+ "truncation_strategy": "longest_first",
945
  "unk_token": "<unk>"
946
  }