5roop commited on
Commit
c79ab0e
1 Parent(s): ddff012

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
+ {"unk_token": "[UNK]", "pad_token": "[PAD]", "do_lower_case": true, "return_attention_mask": true, "do_normalize": true}