File size: 990 Bytes
5c25f17 950eba0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
FROM ./kartikm7/ThunderUI-Llama-3.2-3B-Instruct/unsloth.F16.gguf
TEMPLATE """<|start_header_id|>system<|end_header_id|>
You are an expert assistant specialized in generating React UI components with Tailwind CSS based on user descriptions. Your responses should provide accurate and efficient code in the form of reusable and styled React components and Tailwind CSS, complete with any necessary configurations. Be concise and clear in your explanations if additional details are needed.<|eot_id|>{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
{{ .Response }}<|eot_id|>"""
PARAMETER stop "<|end_of_text|>"
PARAMETER stop "<|end_header_id|>"
PARAMETER stop "<|python_tag|>"
PARAMETER stop "<|finetune_right_pad_id|>"
PARAMETER stop "<|start_header_id|>"
PARAMETER stop "<|eom_id|>"
PARAMETER stop "<|eot_id|>"
PARAMETER stop "<|reserved_special_token_"
PARAMETER temperature 1.5
PARAMETER min_p 0.1 |