chargpt-96M / tokenizer_config.json
inkoziev's picture
Upload 8 files
fb6ce89
raw
history blame
342 Bytes
{
"add_prefix_space": false,
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"eos_token": "</s>",
"model_max_length": 1000000000000000019884624838656,
"special_tokens_map_file": "/home/inkoziev/polygon/text_generator/tmp/chargpt.3/special_tokens_map.json",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<unk>"
}