virus_pythia_70_3072 / tokenizer_config.json
Hack90's picture
Hack90/virus_70M_3072
5d49870 verified
raw
history blame contribute delete
No virus
948 Bytes
{
"add_prefix_space": false,
"added_tokens_decoder": {
"0": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<|padding|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"7": {
"content": " ",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": false
}
},
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"max_length": 2048,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|endoftext|>",
"stride": 0,
"tokenizer_class": "GPTNeoXTokenizer",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "<|endoftext|>"
}