falcon_campaignName / tokenizer_config.json
devvanshhh's picture
Rename tokenizer_config(2).json to tokenizer_config.json
1445093
Raw
History Blame Contribute Delete
234 Bytes
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"model_max_length": 1024,
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>"
}