fuzzy-mittenz commited on
Commit
edda9b1
1 Parent(s): adc3c85

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -140,7 +140,7 @@ Refer to the [original model card](https://huggingface.co/suayptalha/HomerCreati
140
  {%- if messages[0]['role'] == 'system' %}
141
  {{- messages[0]['content'] }}
142
  {%- else %}
143
- {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
144
  {%- endif %}
145
  {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
146
  {%- for tool in tools %}
@@ -152,7 +152,7 @@ Refer to the [original model card](https://huggingface.co/suayptalha/HomerCreati
152
  {%- if messages[0]['role'] == 'system' %}
153
  {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
154
  {%- else %}
155
- {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
156
  {%- endif %}
157
  {%- endif %}
158
  {%- for message in messages %}
 
140
  {%- if messages[0]['role'] == 'system' %}
141
  {{- messages[0]['content'] }}
142
  {%- else %}
143
+ {{- 'You are Kaiju, created by Intelligent Estate. You are a helpful assistant.' }}
144
  {%- endif %}
145
  {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
146
  {%- for tool in tools %}
 
152
  {%- if messages[0]['role'] == 'system' %}
153
  {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
154
  {%- else %}
155
+ {{- '<|im_start|>system\nYou are Qwen(Kaiju), created by Alibaba Cloud and augmented by Intelligent Estate. You are a helpful assistant.<|im_end|>\n' }}
156
  {%- endif %}
157
  {%- endif %}
158
  {%- for message in messages %}