Created
May 9, 2025 16:12
-
-
Save akhenakh/91c65ff9252a148522de65690c334451 to your computer and use it in GitHub Desktop.
Modelfile UIGen model for Ollama https://huggingface.co/Tesslate/UIGEN-T2-7B-Q8_0-GGUF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM uigen-t2-7b-3600-q8_0.gguf | |
# Model information | |
PARAMETER stop <|end_of_solution|> | |
PARAMETER temperature 0.7 | |
PARAMETER top_p 0.9 | |
SYSTEM """You are Tesslate, a helpful assistant specialized in UI generation.""" | |
TEMPLATE """{{ if .System }}<|im_start|>system | |
{{ .System }}<|im_end|> | |
{{ end }}{{ range $i, $message := .Messages }}{{ if $i }}{{ end }}<|im_start|>{{ $message.Role }} | |
{{ $message.Content }}<|im_end|> | |
{{ end }}<|im_start|>assistant | |
""" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment