PyCodeT5 / preprocessor_config.json
S-Dreamer's picture
Create preprocessor_config.json
c2b4880 verified
raw
history blame contribute delete
230 Bytes
{
"preprocessors": [
{
"type": "Lowercase"
},
{
"type": "PreNFKC"
},
{
"type": "PunctuationNormalization"
},
{
"type": "WhitespaceNormalization"
}
],
"version": "1.1"
}