event-thyme-colon / tokenizer_config.json
tmills's picture
Updated to use latest versoin of cnlpt which saves model params in config file.
86cf823
raw
history blame
No virus
384 Bytes
{"unk_token": "<unk>", "bos_token": "<s>", "eos_token": "</s>", "add_prefix_space": true, "errors": "replace", "sep_token": "</s>", "cls_token": "<s>", "pad_token": "<pad>", "mask_token": "<mask>", "additional_special_tokens": ["<e>", "</e>", "<a1>", "</a1>", "<a2>", "</a2>", "<cr>", "<neg>"], "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "roberta-base"}