scaled-base / tokenizer_config.json
ml-ryanlee's picture
Patch tokenizer_config.json: add auto_map for trust_remote_code
118a754 verified
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"errors": "replace",
"is_local": false,
"model_max_length": 1024,
"pad_token": null,
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|endoftext|>",
"auto_map": {
"AutoConfig": "modeling_loop_lm.LoopLMConfig",
"AutoModelForCausalLM": "modeling_loop_lm.LoopLMForCausalLM"
}
}