mixsub-highlights-bart / tokenizer_config.json
Sayanjib's picture
Upload tokenizer
77a59aa verified
Raw
History Blame Contribute Delete
523 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"errors": "replace",
"is_local": true,
"local_files_only": false,
"mask_token": "<mask>",
"max_length": 128,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"sep_token": "</s>",
"stride": 0,
"tokenizer_class": "RobertaTokenizer",
"trim_offsets": true,
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "<unk>"
}