jamba-H1024_L12-v0.07-fineweb-1M-med / tokenizer_config.json
pszemraj's picture
Training in progress, step 150
f38b336 verified
{
"add_prefix_space": false,
"added_tokens_decoder": {
"0": {
"content": "<EOT>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<META>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "<META_START>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"3": {
"content": "<META_END>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"4": {
"content": "<SOS>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<EOT>",
"clean_up_tokenization_spaces": true,
"eos_token": "<EOT>",
"model_max_length": 200000,
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<EOT>"
}