tiny-random-GPTBigCodeForCausalLM / tokenizer_config.json
hf-transformers-bot's picture
Update tiny models for GPTBigCodeForCausalLM
779a7cd verified
Raw
History Blame Contribute Delete
365 Bytes
{
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"errors": "replace",
"extra_special_tokens": [
"<|endoftext|>",
"<fim-prefix>",
"<fim-middle>",
"<fim-suffix>",
"<fim-pad>"
],
"is_local": true,
"local_files_only": false,
"model_max_length": 512,
"tokenizer_class": "TokenizersBackend"
}