TeeA commited on
Commit
df55d7b
·
verified ·
1 Parent(s): 7cacd4b

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +4 -0
tokenizer_config.json CHANGED
@@ -931,9 +931,13 @@
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_token": "<pad>",
937
  "sp_model_kwargs": {},
938
+ "stride": 0,
939
  "tokenizer_class": "T5Tokenizer",
940
+ "truncation_side": "right",
941
+ "truncation_strategy": "longest_first",
942
  "unk_token": "<unk>"
943
  }