mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-14 23:05:01 +00:00
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:
parent
2b62260b6d
commit
369110e6bf
2 changed files with 46 additions and 0 deletions
23
gallery/rwkv.yaml
Normal file
23
gallery/rwkv.yaml
Normal 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}}
|
Loading…
Add table
Add a link
Reference in a new issue