gpt1_sst2_right / tokenizer_config.json
goktug14's picture
Training in progress, epoch 1
4467c6c verified
raw
history blame
619 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": false,
"extra_special_tokens": {},
"model_max_length": 512,
"pad_token": "<pad>",
"padding_side": "right",
"tokenizer_class": "OpenAIGPTTokenizer",
"truncation_side": "right",
"unk_token": "<unk>"
}