chessgpt2-small-s / tokenizer_config.json
dakwi's picture
Training in progress, step 1000
b7005f3 verified
raw
history blame contribute delete
720 Bytes
{
"added_tokens_decoder": {
"0": {
"content": "<bos>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<eos>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "<pad>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<bos>",
"clean_up_tokenization_spaces": true,
"eos_token": "<eos>",
"model_max_length": 512,
"pad_token": "<pad>",
"tokenizer_class": "PreTrainedTokenizerFast"
}