Models
GitHub
Discord
Docs
Pricing
Sign in
Download
Models
Download
GitHub
Discord
Docs
Pricing
Sign in
llamallamaduck
/
mtg-card-converter-7b-instruct
:FP16
14
Downloads
Updated
1 month ago
I recommend not downloading these models. They are for my personal use, because they only really work in my RAG system. I'm merely uploading them here because I want to use them with my kaggle notebook.
I recommend not downloading these models. They are for my personal use, because they only really work in my RAG system. I'm merely uploading them here because I want to use them with my kaggle notebook.
Cancel
mtg-card-converter-7b-instruct:FP16
...
/
template
e5361ce88c2b · 267B
{{- if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{- range .Messages }}{{- if eq .Role "user" }}<|im_start|>user
{{ .Content }}<|im_end|>
<|im_start|>assistant
{{- else if eq .Role "assistant" }}
{{ .Content }}<|im_end|>
{{ end }}{{- end }}