CoolFace
Modelpublic

soyetoro/tutorial_sentiment_analysis

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes4downloads
tokenizer_config.json64 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    "100": {
12      "content": "[UNK]",
13      "lstrip": false,
14      "normalized": false,
15      "rstrip": false,
16      "single_word": false,
17      "special": true
18    },
19    "101": {
20      "content": "[CLS]",
21      "lstrip": false,
22      "normalized": false,
23      "rstrip": false,
24      "single_word": false,
25      "special": true
26    },
27    "102": {
28      "content": "[SEP]",
29      "lstrip": false,
30      "normalized": false,
31      "rstrip": false,
32      "single_word": false,
33      "special": true
34    },
35    "103": {
36      "content": "[MASK]",
37      "lstrip": false,
38      "normalized": false,
39      "rstrip": false,
40      "single_word": false,
41      "special": true
42    }
43  },
44  "clean_up_tokenization_spaces": false,
45  "cls_token": "[CLS]",
46  "do_lower_case": true,
47  "extra_special_tokens": {},
48  "mask_token": "[MASK]",
49  "max_length": 32,
50  "model_max_length": 512,
51  "pad_to_multiple_of": null,
52  "pad_token": "[PAD]",
53  "pad_token_type_id": 0,
54  "padding_side": "right",
55  "sep_token": "[SEP]",
56  "stride": 0,
57  "strip_accents": null,
58  "tokenize_chinese_chars": true,
59  "tokenizer_class": "DistilBertTokenizer",
60  "truncation_side": "right",
61  "truncation_strategy": "longest_first",
62  "unk_token": "[UNK]"
63}
64