SHSK0118's picture
Upload folder using huggingface_hub
3523032 verified
{
"added_tokens_decoder": {
"0": {
"content": "[UNK]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "[BOS]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "[EOS]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"3": {
"content": "[PAD]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"4": {
"content": "[CLS]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"5": {
"content": "[SEP]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"6": {
"content": "[MASK]",
"lstrip": true,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"additional_special_tokens": [],
"bos_token": "[BOS]",
"bos_token_id": 1,
"clean_up_tokenization_spaces": false,
"cls_token": "[CLS]",
"cls_token_id": 4,
"do_lower_case": true,
"eos_token": "[EOS]",
"eos_token_id": 2,
"extra_special_tokens": {},
"keep_accents": true,
"mask_token": "[MASK]",
"mask_token_id": 6,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "[PAD]",
"pad_token_id": 3,
"padding": "max_length",
"remove_space": true,
"sep_token": "[SEP]",
"sep_token_id": 5,
"sp_model_kwargs": {},
"tokenizer_class": "AlbertTokenizer",
"truncation": true,
"unk_token": "[UNK]",
"unk_token_id": 0
}