File size: 234 Bytes
e212c69
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
{
  "tokenizer_type": "bert",
  "vocab_size": 30522,
  "pad_token_id": 0,
  "cls_token_id": 101,
  "sep_token_id": 102,
  "unk_token_id": 103,
  "mask_token_id": 104,
  "max_len": 512,
  "truncation": true,
  "padding": "max_length"
}