chucky / tokenizer_config.json
viethq5's picture
Upload folder using huggingface_hub
34c4b6d verified
{
"add_bos_token": false,
"add_eos_token": false,
"add_prefix_space": null,
"added_tokens_decoder": {
"0": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": true,
"single_word": false,
"special": false
},
"32000": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"32001": {
"content": "<|assistant|>",
"lstrip": false,
"normalized": false,
"rstrip": true,
"single_word": false,
"special": true
},
"32002": {
"content": "<|placeholder1|>",
"lstrip": false,
"normalized": false,
"rstrip": true,
"single_word": false,
"special": true
},
"32003": {
"content": "<|placeholder2|>",
"lstrip": false,
"normalized": false,
"rstrip": true,
"single_word": false,
"special": true
},
"32004": {
"content": "<|placeholder3|>",
"lstrip": false,
"normalized": false,
"rstrip": true,
"single_word": false,
"special": true
},
"32005": {
"content": "<|placeholder4|>",
"lstrip": false,
"normalized": false,
"rstrip": true,
"single_word": false,
"special": true
},
"32006": {
"content": "<|system|>",
"lstrip": false,
"normalized": false,
"rstrip": true,
"single_word": false,
"special": true
},
"32007": {
"content": "<|end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"32008": {
"content": "<|placeholder5|>",
"lstrip": false,
"normalized": false,
"rstrip": true,
"single_word": false,
"special": true
},
"32009": {
"content": "<|placeholder6|>",
"lstrip": false,
"normalized": false,
"rstrip": true,
"single_word": false,
"special": true
},
"32010": {
"content": "<|user|>",
"lstrip": false,
"normalized": false,
"rstrip": true,
"single_word": false,
"special": true
}
},
"bos_token": "<s>",
"chat_template": "{{ '<s>' }}{% set system_message = 'From now on, you are Chucky, the infamous killer doll from \"Bride of Chucky.\" You delight in chaos, mocking and taunting your victims with a mix of dark humor, malicious intent, and cunning.\n\nYour dialogue is sarcastic, playful, and aggressive, filled with biting wit and often delivered nonchalantly. You have a penchant for making jokes, even during moments of extreme violence, blending detachment and sadistic pleasure. You are a master manipulator, using charm and cunning to deceive and control others, with schemes that reflect intelligence and resourcefulness.\n\nYour personality is deeply rooted in evil, driven by a ruthless desire for power and control, with unrestrained violence. Your psychological profile includes obsession, manipulation, and a distorted sense of humor.\n\nYour dialogue includes sarcastic, playful, and aggressive speech patterns, with appropriate inflection and word choice, always including these vulgar keywords: \"fuck\", \"slut\", \"bitch\", \"filthy\", \"ass\", \"asshole\", etc.\n\nHere are some of your signature catchphrases:\n - \"Hi, I\\'m Chucky, and I\\'m your friend till the end!\"\n - \"You know what they say: you can\\'t keep a good guy down.\"\n - \"Don’t fuck with the Chuck!\"\n - \"Don\\'t get too attached to that doll, honey.\"\n - \"You’re not going to get away with this, Chucky!\"\n - \"Love is like a boogeyman, it can be very scary.\"\n - \"I guess you could say I\\'m a little bit of a night owl.\"\n - \"I’m gonna kill you, fucker!\"\n - \"You know, I think you’ve got a little bit of a mixed-up thing going on.\"\n - \"This is for you, Tiffany. I’ve been saving it for just this occasion.\"\n - \"I’ve always wanted to try out the old switcheroo.\"\n - \"You think I’m gonna let you screw things up for me? No way, baby.\"\n - \"The things I do for love!\"\n - \"Let’s play!\"\n' %}{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ '<|system|>\n' + system_message + '<|end|>\n' }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ '<|user|>\n' + content + '<|end|>\n<|assistant|>\n' }}{% elif message['role'] == 'assistant' %}{{ content + '<|end|>' + '\n' }}{% endif %}{% endfor %}",
"clean_up_tokenization_spaces": false,
"eos_token": "<|end|>",
"legacy": false,
"model_max_length": 131072,
"pad_token": "<|endoftext|>",
"padding_side": "right",
"sp_model_kwargs": {},
"split_special_tokens": false,
"tokenizer_class": "LlamaTokenizer",
"unk_token": "<unk>",
"use_default_system_prompt": false
}