movie-script-generator / tokenizer_config.json
sahilnagaralu's picture
Upload tokenizer
397a9ed
raw
history blame
336 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,
"tokenizer_class": "OpenAIGPTTokenizer",
"unk_token": "<unk>"
}