depression-detection-bert / special_tokens_map.json
BitanBiswas's picture
First version of the depression-detection model and tokenizer.
189e974
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}