chore(model): add rwkv-6-world-7b to the gallery (#4270)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2024-11-26 14:51:37 +01:00 committed by GitHub
parent 2b62260b6d
commit 369110e6bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 46 additions and 0 deletions

23
gallery/rwkv.yaml Normal file
View file

@ -0,0 +1,23 @@
---
name: "rwkv"
config_file: |
parameters:
top_k: 80
temperature: 0.9
max_tokens: 4098
top_p: 0.8
context_size: 4098
roles:
user: "User: "
system: "System: "
assistant: "Assistant: "
stopwords:
- 'Assistant:'
template:
chat: "{{.Input}}\nAssistant: "
completion: |
{{.Input}}