mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 20:27:57 +00:00
671cd42917
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
19 lines
349 B
YAML
19 lines
349 B
YAML
---
|
|
name: "moondream2"
|
|
|
|
|
|
config_file: |
|
|
context_size: 2046
|
|
roles:
|
|
user: "\nQuestion: "
|
|
system: "\nSystem: "
|
|
assistant: "\nAnswer: "
|
|
stopwords:
|
|
- "Question:"
|
|
- "<|endoftext|>"
|
|
f16: true
|
|
template:
|
|
completion: |
|
|
Complete the following sentence: {{.Input}}
|
|
chat: "{{.Input}}\nAnswer:\n"
|