CoolFace
Modelpublic

code13374/LLM03-Lab-Adapter

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes4downloads
tokenizer_config.json44 linesDownload Raw Back to root
1{
2  "add_bos_token": true,
3  "add_eos_token": false,
4  "add_prefix_space": null,
5  "added_tokens_decoder": {
6    "0": {
7      "content": "<unk>",
8      "lstrip": false,
9      "normalized": false,
10      "rstrip": false,
11      "single_word": false,
12      "special": true
13    },
14    "1": {
15      "content": "<s>",
16      "lstrip": false,
17      "normalized": false,
18      "rstrip": false,
19      "single_word": false,
20      "special": true
21    },
22    "2": {
23      "content": "</s>",
24      "lstrip": false,
25      "normalized": false,
26      "rstrip": false,
27      "single_word": false,
28      "special": true
29    }
30  },
31  "bos_token": "<s>",
32  "clean_up_tokenization_spaces": false,
33  "eos_token": "</s>",
34  "extra_special_tokens": {},
35  "legacy": false,
36  "model_max_length": 256,
37  "pad_token": "</s>",
38  "padding_side": "right",
39  "sp_model_kwargs": {},
40  "tokenizer_class": "LlamaTokenizer",
41  "unk_token": "<unk>",
42  "use_default_system_prompt": false
43}
44