BRUNOKRISTI commited on
Commit
393c756
·
verified ·
1 Parent(s): 1533a2f

Upload tokenizer

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