Forked from
KIT / AIFB / Betriebliche Informationssysteme / Infrastruktur / LocalAI / localai-model-gallery
144 commits behind the upstream repository.
-
Demian Frister authoredDemian Frister authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
gpt-3.5-turbo.yaml 1.17 KiB
name: "gpt-3.5-turbo"
description: |
This is the neural model but hidden as the gpt model
license: "https://huggingface.co/models?license=license%3Aapache-2.0/"
urls:
- https://huggingface.co/TheBloke/neural-chat-7B-v3-3-GGUF
config_file: |
name: neural
context_size: 8096
backend: llama
f16: true
mmap: true
threads: 4
parameters:
model: model_data/text_generation/TheBloke/neural/neural-chat-7b-v3-3.Q5_K_M.gguf
temperature: 0.2
top_k: 40
top_p: 0.95
template:
chat_message: chatneural
chat: chatneural-block
completion: completion
roles:
assistant: 'Assistant:'
system: 'System:'
user: 'User:'
gpu_layers: 32
stopwords:
- <|im_end|>
prompt_templates:
- name: "chatneural"
content: |
### User:
{{.Input}}
- name: "chatneural-block"
content: |
{{.Input}}
### Assistant:
- name: "completion"
content: |
{{.Input}}
files:
- filename: "model_data/text_generation/TheBloke/neural/neural-chat-7b-v3-3.Q5_K_M.gguf"
sha256: "df5f43499a23fb45f81cdef0be06252e8bd9831449fdc4744ac5af0dafbacd46"
uri: "https://huggingface.co/TheBloke/neural-chat-7B-v3-3-GGUF/resolve/main/neural-chat-7b-v3-3.Q5_K_M.gguf"