PyCodeT5 / preprocessor_config.json
S-Dreamer's picture
Create preprocessor_config.json
030ec08 verified
raw
history blame
98 Bytes
{
"do_lower_case": false,
"max_length": 128,
"truncation": true,
"padding": "max_length"
}