GNePT / tokenizer_config.json
raygx's picture
Upload tokenizer
158e184
raw
history blame
167 Bytes
{
"clean_up_tokenization_spaces": true,
"model_max_length": 512,
"padding": "max_length",
"tokenizer_class": "PreTrainedTokenizerFast",
"truncation": true
}