1 2 weeks ago

the same as mtg-card-converter-14b-instruct:Q8, but with an imatrix calibrated on mtg xml card data. This is meant to be run in a RAG system that takes documents from mtg card forge's github documents to augment its generation. This is experimental.

{{- 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 }}