File size: 1,341 Bytes
d5c6acb f213a8b d5c6acb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
{
"add_prefix_space": false,
"added_token_decoder": {
"0": {
"content": "<|paddingtoken|>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
"1": {
"content": "<|startoftext|>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
"2": {
"content": "<|endoftext|>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
},
"3": {
"content": "<|masktoken|>",
"single_word": false,
"lstrip": true,
"rstrip": false,
"normalized": false,
"special": true
},
"4": {
"content": "<|unknowntoken|>",
"single_word": false,
"lstrip": false,
"rstrip": false,
"normalized": false,
"special": true
}
},
"clean_up_tokenization_spaces": false,
"extra_special_tokens": {},
"model_max_length": 16384,
"use_fast": true,
"tokenizer_class": "GPT2TokenizerFast",
"bos_token": "<|startoftext|>",
"eos_token": "<|endoftext|>",
"unk_token": "<|unknowntoken|>",
"sep_token": "<|endoftext|>",
"pad_token": "<|paddingtoken|>",
"cls_token": "<|startoftext|>",
"mask_token": "<|masktoken|>"
} |