mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-19 04:37:53 +00:00
20 lines
300 B
YAML
20 lines
300 B
YAML
|
name: "phi-2-chatml"
|
||
|
|
||
|
|
||
|
config_file: |
|
||
|
mmap: true
|
||
|
template:
|
||
|
chat_message: |
|
||
|
<|im_start|>{{ .RoleName }}
|
||
|
{{.Content}}<|im_end|>
|
||
|
chat: |
|
||
|
{{.Input}}
|
||
|
<|im_start|>assistant
|
||
|
completion: |
|
||
|
{{.Input}}
|
||
|
context_size: 4096
|
||
|
f16: true
|
||
|
stopwords:
|
||
|
- <|im_end|>
|
||
|
|