chatFsentiment / tokenizer_config.json
Dave12121's picture
Training in progress epoch 0
f3e4c98
raw
history blame contribute delete
No virus
356 Bytes
{
"added_tokens_decoder": {
"0": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"clean_up_tokenization_spaces": true,
"model_max_length": 512,
"pad_token": "~",
"tokenizer_class": "OpenAIGPTTokenizer",
"unk_token": "<unk>"
}