prompt-simplical-cycles / tokenizer_config.json
kibrq's picture
Upload 6 files
3e39266
raw
history blame contribute delete
282 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"special_tokens_map_file": "/home/kibrq/draft/tokenizer/word-level-tokenizer-5/special_tokens_map.json",
"tokenizer_class": "PreTrainedTokenizerFast"
}