khulnasoft commited on
Commit
98f6060
·
verified ·
1 Parent(s): 9652d76

Create tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +10 -0
tokenizer_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ "cls_token": "[CLS]",
2
+ "do_lower_case": true,
3
+ "mask_token": "[MASK]",
4
+
5
+
6
+
7
+
8
+ "model_max_length": 512,
9
+ "name_or_path": "bert-base-uncased",
10
+ "pad_token": "[PAD]",