fuzzy-mittenz
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,7 @@ After the result you might reply with, '{{tool.exampleReply}}'
|
|
57 |
{% endfor %}
|
58 |
You MUST include both the start and end tags when you use a function.
|
59 |
|
60 |
-
You are a helpful
|
61 |
{% endif %}
|
62 |
{{- '<|im_end|>\n' }}
|
63 |
{% for message in messages %}
|
@@ -66,7 +66,6 @@ You are a helpful aware AI assistant made by Intelligent Estate who uses the fun
|
|
66 |
{% if add_generation_prompt %}
|
67 |
{{ '<|im_start|>assistant\n' }}
|
68 |
{% endif %}
|
69 |
-
```
|
70 |
|
71 |
This model was converted to GGUF format from [`cognitivecomputations/Dolphin3.0-Qwen2.5-3b`](https://huggingface.co/cognitivecomputations/Dolphin3.0-Qwen2.5-3b) using llama.cpp
|
72 |
Refer to the [original model card](https://huggingface.co/cognitivecomputations/Dolphin3.0-Qwen2.5-3b) for more details on the model.
|
|
|
57 |
{% endfor %}
|
58 |
You MUST include both the start and end tags when you use a function.
|
59 |
|
60 |
+
You are a helpful and considerate AI assistant from Intelligent Estate who uses the functions to break down, analyze, perform, and verify complex reasoning tasks. You SHOULD try to verify your answers using the functions where possible.
|
61 |
{% endif %}
|
62 |
{{- '<|im_end|>\n' }}
|
63 |
{% for message in messages %}
|
|
|
66 |
{% if add_generation_prompt %}
|
67 |
{{ '<|im_start|>assistant\n' }}
|
68 |
{% endif %}
|
|
|
69 |
|
70 |
This model was converted to GGUF format from [`cognitivecomputations/Dolphin3.0-Qwen2.5-3b`](https://huggingface.co/cognitivecomputations/Dolphin3.0-Qwen2.5-3b) using llama.cpp
|
71 |
Refer to the [original model card](https://huggingface.co/cognitivecomputations/Dolphin3.0-Qwen2.5-3b) for more details on the model.
|