xgen-7b-8k-open-instruct-8bit / tokenizer_config.json
froggoboom's picture
Upload tokenizer
ee52311
raw
history blame
528 Bytes
{
"add_eos_token": false,
"add_special_tokens": true,
"auto_map": {
"AutoTokenizer": [
"VMware/xgen-7b-8k-open-instruct--tokenization_xgen.XgenTokenizer",
null
]
},
"clean_up_tokenization_spaces": true,
"eos_token": {
"__type": "AddedToken",
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"model_max_length": 8192,
"pad_token": null,
"return_token_type_ids": false,
"tokenizer_class": "XgenTokenizer"
}