clap-htsat-unfused-s-full-v2 / tokenizer_config.json
sanchit-gandhi's picture
Upload processor
b7dd0c3
{
"add_prefix_space": false,
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"cls_token": "<s>",
"eos_token": "</s>",
"errors": "replace",
"mask_token": "<mask>",
"model_max_length": 512,
"pad_token": "<pad>",
"processor_class": "ClapProcessor",
"sep_token": "</s>",
"special_tokens_map_file": null,
"tokenizer_class": "RobertaTokenizer",
"trim_offsets": true,
"trust_remote_code": false,
"unk_token": "<unk>"
}