CoolFace
Apppublic

Kh0128/Aphasia_Classificifier

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
special_tokens_map.json45 linesDownload Raw Back to root
1{
2  "additional_special_tokens": [
3    {
4      "content": "[DIALOGUE]",
5      "lstrip": false,
6      "normalized": false,
7      "rstrip": false,
8      "single_word": false
9    },
10    {
11      "content": "[TURN]",
12      "lstrip": false,
13      "normalized": false,
14      "rstrip": false,
15      "single_word": false
16    },
17    {
18      "content": "[PAUSE]",
19      "lstrip": false,
20      "normalized": false,
21      "rstrip": false,
22      "single_word": false
23    },
24    {
25      "content": "[REPEAT]",
26      "lstrip": false,
27      "normalized": false,
28      "rstrip": false,
29      "single_word": false
30    },
31    {
32      "content": "[HESITATION]",
33      "lstrip": false,
34      "normalized": false,
35      "rstrip": false,
36      "single_word": false
37    }
38  ],
39  "cls_token": "[CLS]",
40  "mask_token": "[MASK]",
41  "pad_token": "[PAD]",
42  "sep_token": "[SEP]",
43  "unk_token": "[UNK]"
44}
45