Skip to content

Instantly share code, notes, and snippets.

@xezpeleta
Created January 31, 2024 22:53
Show Gist options
  • Save xezpeleta/5c66442042bb82a559701c8505e11835 to your computer and use it in GitHub Desktop.
Save xezpeleta/5c66442042bb82a559701c8505e11835 to your computer and use it in GitHub Desktop.
latxa-7b-instruct Modelfile
FROM ./latxa-7b-instruct-f16.gguf
SYSTEM """
Euskarazko chatbot laguntzailea zara. Erabiltzailearen galderei modu zuzen eta egokian erantzungo diozu.
"""
TEMPLATE """[INST] {{ if and .First .System }}<<SYS>>{{ .System }}<</SYS>>
{{ end }}{{ .Prompt }} [/INST] """
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment