StellarAI-1-beta-0.05b / tokenizer_config.json
AMT-Studio's picture
Upload 12 files
bc6e2fd verified
Raw
History Blame Contribute Delete
1.77 kB
{
"name_or_path": "stellarai-tiny",
"do_lower_case": false,
"model_max_length": 1024,
"padding_side": "right",
"truncation_side": "right",
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"unk_token": "[UNK]",
"sep_token": "[SEP]",
"pad_token": "[PAD]",
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"additional_special_tokens": ["[IMG]", "[BOI]", "[EOI]"],
"strip_accents": false,
"clean_up_tokenization_spaces": true,
"comment_tokens": [],
"added_tokens_decoder": {
"0": {"content": "[PAD]", "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": "[UNK]", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true},
"4": {"content": "[MASK]", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true},
"5": {"content": "[CLS]", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true},
"6": {"content": "[SEP]", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true},
"7": {"content": "[IMG]", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true},
"8": {"content": "[BOI]", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true},
"9": {"content": "[EOI]", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true}
}
}