CoolFace
Modelpublic

peshkatari/test-data

sourceHugging Faceotherupdated 3y agoView on Hugging Face
0likes11downloads
tokenizer_config.json42 linesDownload Raw Back to checkpoint-6
1{2  "add_bos_token": true,3  "add_eos_token": false,4  "added_tokens_decoder": {5    "0": {6      "content": "<unk>",7      "lstrip": false,8      "normalized": true,9      "rstrip": false,10      "single_word": false,11      "special": true12    },13    "1": {14      "content": "<s>",15      "lstrip": false,16      "normalized": true,17      "rstrip": false,18      "single_word": false,19      "special": true20    },21    "2": {22      "content": "</s>",23      "lstrip": false,24      "normalized": true,25      "rstrip": false,26      "single_word": false,27      "special": true28    }29  },30  "bos_token": "<s>",31  "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",32  "clean_up_tokenization_spaces": false,33  "eos_token": "</s>",34  "legacy": false,35  "model_max_length": 2048,36  "pad_token": "<unk>",37  "sp_model_kwargs": {},38  "tokenizer_class": "LlamaTokenizer",39  "unk_token": "<unk>",40  "use_default_system_prompt": false41}42