mstatt commited on
Commit
def2c7d
1 Parent(s): 82db776

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +2 -0
tokenizer_config.json CHANGED
@@ -104,8 +104,10 @@
104
  "clean_up_tokenization_spaces": true,
105
  "eos_token": "</s>",
106
  "extra_ids": 100,
 
107
  "model_max_length": 512,
108
  "pad_token": "<pad>",
109
  "tokenizer_class": "T5Tokenizer",
 
110
  "unk_token": "<unk>"
111
  }
 
104
  "clean_up_tokenization_spaces": true,
105
  "eos_token": "</s>",
106
  "extra_ids": 100,
107
+ "max_length": 1024,
108
  "model_max_length": 512,
109
  "pad_token": "<pad>",
110
  "tokenizer_class": "T5Tokenizer",
111
+ "truncation": true,
112
  "unk_token": "<unk>"
113
  }