Video2ReactionText / special_tokens_map.json
szili2011's picture
Create special_tokens_map.json
f85eb1d verified
raw
history blame
320 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"unk_token": "<unk>",
"pad_token": "<pad>",
"sep_token": "</s>",
"video_token": "<video>",
"reaction_token": "<reaction>",
"mask_token": {
"content": "<mask>",
"single_word": false,
"lstrip": true,
"rstrip": false,
"normalized": false
}
}