abetlen / abetlen/llama-cpp-python
How do I customize the Chat format?
Aberta
- Linguagem predominante
- Python
- Estrelas
- 10.6k
- Forks
- 1.4k
- Métricas de merge de PRs
- Métricas de PR pendentes
Descrição
I'm trying to run CodeGeeX-4-all-9B, but the chat format it needs is like this:
[gMASK]{{ if .System }}<|system|>
{{ .System }}{{ end }}{{ if .Prompt }}<|user|>
{{ .Prompt }}{{ end }}<|assistant|>
{{ .Response }}
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.