Models
GitHub
Discord
Docs
Cloud
Sign in
Download
Models
Download
GitHub
Discord
Docs
Cloud
Sign in
mollysama
/
rwkv-6-world
:7b
1,967
Downloads
Updated
8 months ago
RWKV's 6th generation models. RWKV (pronounced RwaKuv) is an RNN with great LLM performance.
RWKV's 6th generation models. RWKV (pronounced RwaKuv) is an RNN with great LLM performance.
Cancel
1.6b
3b
7b
14b
rwkv-6-world:7b
...
/
template
773ee06c8878 · 159B
{{- range .Messages }}
{{- if eq .Role "user" }}User: {{ .Content }}{{- else if eq .Role "assistant" }}Assistant:{{ .Content }}{{- end }}
{{ end }}Assistant: