midjourney-falcon-7b / tokenizer_config.json
JoshuaJacobs25's picture
Create tokenizer_config.json
41c42ba verified
raw
history blame
105 Bytes
{
"model_max_length": 512,
"padding": "max_length",
"truncation": true,
"do_lower_case": false
}