2024-04-25 17:25:56 +00:00
|
|
|
---
|
2024-04-23 17:35:45 +00:00
|
|
|
name: "phi-3-chat"
|
|
|
|
|
|
|
|
config_file: |
|
|
|
|
mmap: true
|
|
|
|
template:
|
|
|
|
chat_message: |
|
|
|
|
<|{{ .RoleName }}|>
|
|
|
|
{{.Content}}<|end|>
|
|
|
|
chat: |
|
|
|
|
{{.Input}}
|
|
|
|
<|assistant|>
|
|
|
|
completion: |
|
|
|
|
{{.Input}}
|
|
|
|
context_size: 4096
|
|
|
|
f16: true
|
|
|
|
stopwords:
|
|
|
|
- <|end|>
|