unnat17 commited on
Commit
bef61e8
·
verified ·
1 Parent(s): 2c0d5e5

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +2 -1
tokenizer_config.json CHANGED
@@ -7,5 +7,6 @@
7
  "model_max_length": 512,
8
  "pad_token": "<pad>",
9
  "tokenizer_class": "T5Tokenizer",
10
- "unk_token": "<unk>"
 
11
  }
 
7
  "model_max_length": 512,
8
  "pad_token": "<pad>",
9
  "tokenizer_class": "T5Tokenizer",
10
+ "unk_token": "<unk>",
11
+ "extra_special_tokens": {}
12
  }