emoberta-large / tokenizer_config.json
tae898's picture
Upload tokenizer_config.json
1a32090
raw history blame
No virus
408 Bytes
{
"unk_token": "<unk>",
"bos_token": "<s>",
"eos_token": "</s>",
"add_prefix_space": false,
"errors": "replace",
"sep_token": "</s>",
"cls_token": "<s>",
"pad_token": "<pad>",
"mask_token": "<mask>",
"trim_offsets": true,
"model_max_length": 512,
"special_tokens_map_file": null,
"name_or_path": "roberta-large",
"tokenizer_class": "RobertaTokenizer"
}