Thomas Simonini commited on
Commit
26647c9
1 Parent(s): a1de53e

Create tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -0
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"model_max_length": 512, "eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>", "special_tokens_map_file": "models/t5-end2end-question-generation/special_tokens_map.json", "full_tokenizer_file": null}