PEFT
Safetensors
llama
Generated from Trainer
muellerzr HF staff commited on
Commit
0909df5
1 Parent(s): 6e7cb94

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. tokenizer.json +1 -1
  2. tokenizer_config.json +2 -2
tokenizer.json CHANGED
@@ -2314,7 +2314,7 @@
2314
  "lstrip": false,
2315
  "rstrip": false,
2316
  "normalized": false,
2317
- "special": false
2318
  },
2319
  {
2320
  "id": 128257,
 
2314
  "lstrip": false,
2315
  "rstrip": false,
2316
  "normalized": false,
2317
+ "special": true
2318
  },
2319
  {
2320
  "id": 128257,
tokenizer_config.json CHANGED
@@ -2054,7 +2054,7 @@
2054
  "normalized": false,
2055
  "rstrip": false,
2056
  "single_word": false,
2057
- "special": false
2058
  },
2059
  "128257": {
2060
  "content": "<|im_start|>",
@@ -2066,7 +2066,7 @@
2066
  }
2067
  },
2068
  "bos_token": "<|begin_of_text|>",
2069
- "chat_template": "{% for message in messages %}{% if message['role'] == 'user' %}{{ '### Instruction: ' + message['content'] + '\n\n' }}{% elif message['role'] == 'assistant' %}{{ '### Response: ' + message['content'] + eos_token}}{% endif %}{% endfor %}",
2070
  "clean_up_tokenization_spaces": true,
2071
  "eos_token": "<|im_end|>",
2072
  "model_input_names": [
 
2054
  "normalized": false,
2055
  "rstrip": false,
2056
  "single_word": false,
2057
+ "special": true
2058
  },
2059
  "128257": {
2060
  "content": "<|im_start|>",
 
2066
  }
2067
  },
2068
  "bos_token": "<|begin_of_text|>",
2069
+ "chat_template": "{{bos_token}}{{'You are an exceptionally intelligent coding assistant that consistently delivers accurate and reliable responses to user instructions.\n\n'}}\n{%- for message in messages %}\n {%- if message['role'] == 'system' %}\n {{ raise_exception('System messages are not allowed in this template.') }}\n {%- else %}\n {%- if message['role'] == 'user' %}\n{{'### Instruction\n' + message['content'] + '\n\n'}}\n {%- else %}\n{{'### Response\n' + message['content'] + eos_token + '\n\n'}}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{{'### Response\n'}}",
2070
  "clean_up_tokenization_spaces": true,
2071
  "eos_token": "<|im_end|>",
2072
  "model_input_names": [