Files
phi2-text-to-sql-full-20k/tokenizer_config.json

13 lines
318 B
JSON
Raw Permalink Normal View History

{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|endoftext|>",
"is_local": false,
"model_max_length": 2048,
"pad_token": "<|endoftext|>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<|endoftext|>"
}