121tester commited on
Commit
9200437
·
verified ·
1 Parent(s): 5c83228

Add multiple files

Browse files

Adding tokenizer config and vocab file

Files changed (2) hide show
  1. tokenizer_config.json +1 -0
  2. vocab.txt +1 -0
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "model_max_length": 512}
vocab.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ [PAD]\n[UNK]\n[CLS]\n[SEP]\n[MASK]