bart_pho_v1 / tokenizer_config.json
phongv7104's picture
Upload trained model
ee3e86d verified
raw
history blame contribute delete
593 Bytes
{
"added_tokens_decoder": {
"40030": {
"content": "[PAD]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"clean_up_tokenization_spaces": true,
"extra_special_tokens": {},
"max_length": 1024,
"model_max_length": 1000000000000000019884624838656,
"pad_to_multiple_of": null,
"pad_token": "[PAD]",
"pad_token_type_id": 0,
"padding_side": "right",
"stride": 0,
"tokenizer_class": "PreTrainedTokenizerFast",
"truncation_side": "right",
"truncation_strategy": "only_second"
}