File size: 435 Bytes
c4c0478
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "bos_token": "[CLS]",
    "eos_token": "[SEP]",
    "unk_token": "<unk>",
    "sep_token": "[SEP]",
    "pad_token": "<pad>",
    "cls_token": "[CLS]",
    "mask_token": {
        "content": "[MASK]",
        "single_word": false,
        "lstrip": true,
        "rstrip": false,
        "normalized": false
    },
    "max_length": 512,
    "special_tokens_map_file": null,
    "name_or_path": null,
    "model_type": "albert"
}