event-thyme-colon / tokenizer_config.json
tmills's picture
Check-in of best event+dtr tagging model for thyme colon data.
2cdabf4
raw history blame
No virus
351 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, "name_or_path": "roberta-base"}