Solidity-LLM / tokenizer_config.json
GinieAI's picture
Upload folder using huggingface_hub
4d2af68
raw
history blame contribute delete
360 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"is_local": false,
"model_max_length": 2048,
"model_specific_special_tokens": {},
"return_token_type_ids": false,
"tokenizer_class": "TokenizersBackend",
"unk_token": "<|endoftext|>"
}