5roop commited on
Commit
d963801
1 Parent(s): 6e75702

Create tokenizer_config

Browse files
Files changed (1) hide show
  1. tokenizer_config +1 -0
tokenizer_config ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "pad_token": "[PAD]", "do_lower_case": true, "return_attention_mask": true, "do_normalize": true}