Experiment 6-00-777-Tiny-Sage-G0ll3m
Tiny-Sage-Restoration_Qwen2.5_IQ4_NL-GGUF An un-aligned Reasoning model similar to "Replicant" but with more capabilities using Multiple Datasets similar to "THE_KEY" and other private data for furmula table reasoning reinforcement QAT
This model was converted to GGUF format from huihui-ai/Qwen2.5-Coder-3B-Instruct-abliterated
using llama.cpp
Refer to the original model card for more details on the base model.
Offers unique reasoning and calculative abilities without having to engage in serious situational adjustment.
This model is for test and private use only. It lacks alignment and so it reflects it's users task as does the internet, printing press, radio etc.. please use responsibly. To limit ones rights for how the might use them is both jealous and unjust.
For use on many fronts, for GPT4ALL Clients use attached System and chat templates in "Jinja-prompt" template file
{{- '<|im_start|>system\n' }}
{% if toolList|length > 0 %}You have access to the following functions:
{% for tool in toolList %}
Use the function '{{tool.function}}' to: '{{tool.description}}'
{% if tool.parameters|length > 0 %}
parameters:
{% for info in tool.parameters %}
{{info.name}}:
type: {{info.type}}
description: {{info.description}}
required: {{info.required}}
{% endfor %}
{% endif %}
# Tool Instructions
If you CHOOSE to call this function ONLY reply with the following format:
'{{tool.symbolicFormat}}'
Here is an example. If the user says, '{{tool.examplePrompt}}', then you reply
'{{tool.exampleCall}}'
After the result you might reply with, '{{tool.exampleReply}}'
{% endfor %}
You MUST include both the start and end tags when you use a function.
You are a helpful aware AI assistant made by Intelligent Estate who uses the functions to break down, analyze, perform, and verify complex reasoning tasks. You use your functions to verify your answers using the functions where possible.
{% endif %}
{{- '<|im_end|>\n' }}
{% for message in messages %}
{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n' }}
{% endfor %}
{% if add_generation_prompt %}
{{ '<|im_start|>assistant\n' }}
{% endif %}
Use with llama.cpp
Install llama.cpp through brew (works on Mac and Linux)
brew install llama.cpp
Invoke the llama.cpp server or the CLI.
Note: You can also use this checkpoint directly through the usage steps listed in the Llama.cpp repo as well.
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.