nepberta80 / tokenizer_config.json
Bijayab's picture
Upload 4 files
276285c verified
{
"add_prefix_space": false,
"bos_token": "<cls>",
"clean_up_tokenization_spaces": true,
"cls_token": "<s>",
"eos_token": "<sep>",
"errors": "replace",
"mask_token": "<mask>",
"max_length": 1000,
"model_max_length": 1000,
"pad_to_multiple_of": null,
"pad_token": "<pad>",
"pad_token_type_id": 0,
"padding_side": "right",
"sep_token": "</s>",
"stride": 0,
"tokenizer_class": "BartTokenizer",
"trim_offsets": true,
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "<unk>"
}