CoolFace
Modelpublic

TinyPixel/testmodel-3

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes62downloads
tokenizer_config.json45 linesDownload Raw Back to root
1{2  "added_tokens_decoder": {3    "0": {4      "content": "<unk>",5      "lstrip": false,6      "normalized": true,7      "rstrip": false,8      "single_word": false,9      "special": true10    },11    "1": {12      "content": "<s>",13      "lstrip": false,14      "normalized": true,15      "rstrip": false,16      "single_word": false,17      "special": true18    },19    "2": {20      "content": "</s>",21      "lstrip": false,22      "normalized": true,23      "rstrip": false,24      "single_word": false,25      "special": true26    }27  },28  "additional_special_tokens": [],29  "bos_token": "<s>",30  "clean_up_tokenization_spaces": false,31  "eos_token": "</s>",32  "legacy": null,33  "max_length": 1024,34  "model_max_length": 1000000000000000019884624838656,35  "pad_token": "</s>",36  "sp_model_kwargs": {},37  "spaces_between_special_tokens": false,38  "stride": 0,39  "tokenizer_class": "LlamaTokenizer",40  "truncation_side": "right",41  "truncation_strategy": "longest_first",42  "unk_token": "<unk>",43  "use_default_system_prompt": true44}45