disco-clause-segmenter / tokenizer_config.json
BabakScrapes's picture
Add DiSCo model weights, card, and labels
0a4b860 verified
Raw
History Blame Contribute Delete
380 Bytes
{
"add_prefix_space": false,
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"errors": "replace",
"mask_token": "<mask>",
"model_max_length": 512,
"name_or_path": "roberta-base",
"pad_token": "<pad>",
"sep_token": "</s>",
"special_tokens_map_file": null,
"tokenizer_class": "RobertaTokenizer",
"trim_offsets": true,
"unk_token": "<unk>"
}