CoolFace
Modelpublic

MathSymbol/Wizard_Symbol

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes16downloads
tokenizer_config.json48 linesDownload Raw Back to root
1{2  "add_bos_token": true,3  "add_eos_token": false,4  "added_tokens_decoder": {5    "0": {6      "content": "<unk>",7      "lstrip": true,8      "normalized": false,9      "rstrip": true,10      "single_word": false,11      "special": true12    },13    "1": {14      "content": "<s>",15      "lstrip": true,16      "normalized": false,17      "rstrip": true,18      "single_word": false,19      "special": true20    },21    "2": {22      "content": "</s>",23      "lstrip": true,24      "normalized": false,25      "rstrip": true,26      "single_word": false,27      "special": true28    }29  },30  "additional_special_tokens": [31    "<unk>",32    "<s>",33    "</s>"34  ],35  "bos_token": "<s>",36  "clean_up_tokenization_spaces": false,37  "eos_token": "</s>",38  "legacy": true,39  "model_max_length": 2020,40  "pad_token": "<s>",41  "padding_side": "right",42  "sp_model_kwargs": {},43  "spaces_between_special_tokens": false,44  "tokenizer_class": "LlamaTokenizer",45  "unk_token": "<unk>",46  "use_default_system_prompt": true47}48