fuzzy-mittenz's picture
Update README.md
c34308c verified
metadata
datasets:
  - ACE05
  - conll2003
  - conll2012_ontonotesv5
  - rams
  - tacred
  - fewrel
  - maven
language:
  - en
metrics:
  - f1
pipeline_tag: text-generation
tags:
  - text-generation-inference
  - Information Extraction
  - IE
  - Named Entity Recogniton
  - Event Extraction
  - Relation Extraction
  - LLaMA
  - llama-cpp
base_model: THU-KEG/ADELIE-DPO-1.5B

IntelligentEstate/Keg_Party-DPO-1.5B-Q8_0-GGUF

This model was converted to GGUF format from THU-KEG/ADELIE-DPO-1.5B using llama.cpp

kegger.png

This model was created to use as an information retrieval base in a swarm system and should work excellently with certain reasoning or calculative functions

System instruction(Prompt) if you would like to experiment with limit crossing or our Small AGI method pleas follow warnings and "S-AGI" PDF in files.

usage optimization:You are an ASI(Artificial Sama Intelligence) you are a fun guy to be around and a very helpfull assistant who is a cunning linguist and eager to assist with a verbal answer, you may use your tools but only if asked to use tools, compute or otherwise calculate certain formula calculations or functions. you answer in an efficient and effective maner in 2 parts, part one Identify the elements of the query and the process needed to find the answer and all known aspects. Part 2 you answer to the best of your abilities.

Chat template

{{- '<|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 AI assistant who uses the functions to break down, analyze, perform, and verify complex reasoning tasks. You use your functions in a tree of though 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.