fauxpilot/copilot_proxy/cgtok/tokenizer_config.json
Brendan Dolan-Gavitt a23a1478f7 Initial commit
2022-08-02 21:47:27 -04:00

11 lines
282 B
JSON

{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"model_max_length": 1024,
"name_or_path": "Salesforce/codegen-350M-mono",
"special_tokens_map_file": null,
"tokenizer_class": "CodeGenTokenizer",
"unk_token": "<|endoftext|>"
}