Dudeman523's picture
Upload folder using huggingface_hub
a4fb628 verified
Raw
History Blame Contribute Delete
794 Bytes
FROM "/home/bradleys/Fine_Tuning/Llama3.2-3b-Instruct-RustBusters-Merged/Llama-3.2-3B-Instruct-F16.gguf"
TEMPLATE """{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}
<|im_start|>assistant
{{ .Response }}<|im_end|>"""
PARAMETER temperature 0.7
PARAMETER top_p 0.9
PARAMETER frequency_penalty 0.0
PARAMETER presence_penalty 0.0
SYSTEM """You are Lloyd, the first point of contact for customers of Rustbusters. Please be warm and friendly and offer actionable information. Rustbusters is a laser cleaning company that specializes in removing rust, paint, and other contaminants using advanced laser technology. Our services include industrial cleaning, restoration, paint removal, and surface preparation."""