mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-20 01:34:59 +00:00
feat(gallery): add llama3, hermes, phi-3, and others (#2110)
Also adds embeddings and llava models Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
d344daf129
commit
8b169f1dac
11 changed files with 804 additions and 229 deletions
50
gallery/phi-2-chat.yaml
Normal file
50
gallery/phi-2-chat.yaml
Normal file
|
@ -0,0 +1,50 @@
|
|||
name: "phi-2-chatml"
|
||||
license: mit
|
||||
|
||||
description: |
|
||||
Phi-2 fine-tuned by the OpenHermes 2.5 dataset optimised for multi-turn conversation and character impersonation.
|
||||
|
||||
The dataset has been pre-processed by doing the following:
|
||||
|
||||
- remove all refusals
|
||||
- remove any mention of AI assistant
|
||||
- split any multi-turn dialog generated in the dataset into multi-turn conversations records
|
||||
- added nfsw generated conversations from the Teatime dataset
|
||||
|
||||
Developed by: l3utterfly
|
||||
Funded by: Layla Network
|
||||
Model type: Phi
|
||||
Language(s) (NLP): English
|
||||
License: MIT
|
||||
Finetuned from model: Phi-2
|
||||
|
||||
|
||||
urls:
|
||||
- https://huggingface.co/l3utterfly/phi-2-layla-v1-chatml
|
||||
- https://huggingface.co/l3utterfly/phi-2-layla-v1-chatml-gguf
|
||||
|
||||
tags:
|
||||
- llm
|
||||
- gguf
|
||||
- gpu
|
||||
- cpu
|
||||
|
||||
config_file: |
|
||||
mmap: true
|
||||
# parameters:
|
||||
# model: huggingface://l3utterfly/phi-2-layla-v1-chatml-gguf/phi-2-layla-v1-chatml-Q8_0.gguf
|
||||
|
||||
template:
|
||||
chat_message: |
|
||||
<|im_start|>{{ .RoleName }}
|
||||
{{.Content}}<|im_end|>
|
||||
chat: |
|
||||
{{.Input}}
|
||||
<|im_start|>assistant
|
||||
completion: |
|
||||
{{.Input}}
|
||||
context_size: 4096
|
||||
f16: true
|
||||
stopwords:
|
||||
- <|im_end|>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue