dnnsdunca commited on
Commit
e212c69
1 Parent(s): 09b75cb

Create tokenizer.json

Browse files
Files changed (1) hide show
  1. tokenizer.json +12 -0
tokenizer.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tokenizer_type": "bert",
3
+ "vocab_size": 30522,
4
+ "pad_token_id": 0,
5
+ "cls_token_id": 101,
6
+ "sep_token_id": 102,
7
+ "unk_token_id": 103,
8
+ "mask_token_id": 104,
9
+ "max_len": 512,
10
+ "truncation": true,
11
+ "padding": "max_length"
12
+ }