CoolFace
Apppublic

Kh0128/Aphasia_Classificifier

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
tokenizer_config.json106 linesDownload Raw Back to root
1{
2  "added_tokens_decoder": {
3    "0": {
4      "content": "[PAD]",
5      "lstrip": false,
6      "normalized": false,
7      "rstrip": false,
8      "single_word": false,
9      "special": true
10    },
11    "1": {
12      "content": "[UNK]",
13      "lstrip": false,
14      "normalized": false,
15      "rstrip": false,
16      "single_word": false,
17      "special": true
18    },
19    "2": {
20      "content": "[CLS]",
21      "lstrip": false,
22      "normalized": false,
23      "rstrip": false,
24      "single_word": false,
25      "special": true
26    },
27    "3": {
28      "content": "[SEP]",
29      "lstrip": false,
30      "normalized": false,
31      "rstrip": false,
32      "single_word": false,
33      "special": true
34    },
35    "4": {
36      "content": "[MASK]",
37      "lstrip": false,
38      "normalized": false,
39      "rstrip": false,
40      "single_word": false,
41      "special": true
42    },
43    "30522": {
44      "content": "[DIALOGUE]",
45      "lstrip": false,
46      "normalized": false,
47      "rstrip": false,
48      "single_word": false,
49      "special": true
50    },
51    "30523": {
52      "content": "[TURN]",
53      "lstrip": false,
54      "normalized": false,
55      "rstrip": false,
56      "single_word": false,
57      "special": true
58    },
59    "30524": {
60      "content": "[PAUSE]",
61      "lstrip": false,
62      "normalized": false,
63      "rstrip": false,
64      "single_word": false,
65      "special": true
66    },
67    "30525": {
68      "content": "[REPEAT]",
69      "lstrip": false,
70      "normalized": false,
71      "rstrip": false,
72      "single_word": false,
73      "special": true
74    },
75    "30526": {
76      "content": "[HESITATION]",
77      "lstrip": false,
78      "normalized": false,
79      "rstrip": false,
80      "single_word": false,
81      "special": true
82    }
83  },
84  "additional_special_tokens": [
85    "[DIALOGUE]",
86    "[TURN]",
87    "[PAUSE]",
88    "[REPEAT]",
89    "[HESITATION]"
90  ],
91  "clean_up_tokenization_spaces": true,
92  "cls_token": "[CLS]",
93  "do_basic_tokenize": true,
94  "do_lower_case": true,
95  "extra_special_tokens": {},
96  "mask_token": "[MASK]",
97  "model_max_length": 1000000000000000019884624838656,
98  "never_split": null,
99  "pad_token": "[PAD]",
100  "sep_token": "[SEP]",
101  "strip_accents": null,
102  "tokenize_chinese_chars": true,
103  "tokenizer_class": "BertTokenizer",
104  "unk_token": "[UNK]"
105}
106