gpt1-openassistant-117M / tokenizer_config.json
anezatra2's picture
Upload folder using huggingface_hub
dbd1204 verified
raw
history blame contribute delete
No virus
531 Bytes
{
"added_tokens_decoder": {
"0": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"40478": {
"content": "[PAD]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"clean_up_tokenization_spaces": true,
"model_max_length": 512,
"pad_token": "[PAD]",
"tokenizer_class": "OpenAIGPTTokenizer",
"unk_token": "<unk>"
}