SDPrompt-RetNet-300M / tokenizer_config.json
p1atdev's picture
Upload tokenizer
aef1eb0
{
"added_tokens_decoder": {
"1": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"33619": {
"content": "<|pad|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"eos_token": "</s>",
"legacy": false,
"model_max_length": 512,
"pad_token": "<|pad|>",
"tokenizer_class": "PreTrainedTokenizerFast"
}