thyme2_colon_e2e / special_tokens_map.json
tmills's picture
First version of model to do end-to-end temporal IE from THYME2. includes all relation types, events with DTR, and timexes with time classes.
09cacf6
{
"additional_special_tokens": [
"<e>",
"</e>",
"<a1>",
"</a1>",
"<a2>",
"</a2>",
"<cr>",
"<neg>"
],
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}