CoolFace
Modelpublic

DigitalAsocial/all-mpnet-base-v2-ds-rag-5g

sourceHugging Faceapache-2.0updated 10mo agoView on Hugging Face
0likes28downloads
tokenizer_config.json74 linesDownload Raw Back to root
1{
2  "added_tokens_decoder": {
3    "0": {
4      "content": "<s>",
5      "lstrip": false,
6      "normalized": false,
7      "rstrip": false,
8      "single_word": false,
9      "special": true
10    },
11    "1": {
12      "content": "<pad>",
13      "lstrip": false,
14      "normalized": false,
15      "rstrip": false,
16      "single_word": false,
17      "special": true
18    },
19    "2": {
20      "content": "</s>",
21      "lstrip": false,
22      "normalized": false,
23      "rstrip": false,
24      "single_word": false,
25      "special": true
26    },
27    "3": {
28      "content": "<unk>",
29      "lstrip": false,
30      "normalized": true,
31      "rstrip": false,
32      "single_word": false,
33      "special": true
34    },
35    "104": {
36      "content": "[UNK]",
37      "lstrip": false,
38      "normalized": false,
39      "rstrip": false,
40      "single_word": false,
41      "special": true
42    },
43    "30526": {
44      "content": "<mask>",
45      "lstrip": true,
46      "normalized": false,
47      "rstrip": false,
48      "single_word": false,
49      "special": true
50    }
51  },
52  "bos_token": "<s>",
53  "clean_up_tokenization_spaces": false,
54  "cls_token": "<s>",
55  "do_lower_case": true,
56  "eos_token": "</s>",
57  "extra_special_tokens": {},
58  "mask_token": "<mask>",
59  "max_length": 128,
60  "model_max_length": 384,
61  "pad_to_multiple_of": null,
62  "pad_token": "<pad>",
63  "pad_token_type_id": 0,
64  "padding_side": "right",
65  "sep_token": "</s>",
66  "stride": 0,
67  "strip_accents": null,
68  "tokenize_chinese_chars": true,
69  "tokenizer_class": "MPNetTokenizer",
70  "truncation_side": "right",
71  "truncation_strategy": "longest_first",
72  "unk_token": "[UNK]"
73}
74