text-exps-bart-10 / tokenizer_config.json
james-burton's picture
Upload tokenizer
83d529a
raw
history blame contribute delete
416 Bytes
{
"add_prefix_space": false,
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"errors": "replace",
"mask_token": "<mask>",
"model_max_length": 1024,
"name_or_path": "../models/bart-base/bright-moon-195/checkpoint-410",
"pad_token": "<pad>",
"sep_token": "</s>",
"special_tokens_map_file": null,
"tokenizer_class": "BartTokenizer",
"trim_offsets": true,
"unk_token": "<unk>"
}