chessgpt / tokenizer_config.json
malcouffe's picture
Convert to HuggingFace format (safetensors + trust_remote_code)
1d38600 verified
raw
history blame contribute delete
848 Bytes
{
"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
}
},
"backend": "custom",
"bos_token": "<BOS>",
"eos_token": "<EOS>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<PAD>",
"tokenizer_class": "UCITokenizer",
"unk_token": "<PAD>",
"auto_map": {
"AutoTokenizer": [
"tokenizer_chessgpt.UCITokenizer",
null
]
}
}