LocalAI/tests/models_fixtures/rwkv.yaml

24 lines
382 B
YAML
Raw Normal View History

2023-05-15 06:15:01 +00:00
name: rwkv_test
parameters:
model: huggingface://bartowski/rwkv-6-world-7b-GGUF/rwkv-6-world-7b-Q4_K_M.gguf
2023-05-15 06:15:01 +00:00
top_k: 80
temperature: 0.9
max_tokens: 4098
2023-05-15 06:15:01 +00:00
top_p: 0.8
context_size: 4098
2023-05-15 06:15:01 +00:00
roles:
user: "User: "
system: "System: "
assistant: "Assistant: "
stopwords:
- 'Assistant:'
- '<s>'
2023-05-15 06:15:01 +00:00
template:
chat: |
{{.Input}}
Assistant:
completion: |
{{.Input}}