VR29/Llama3.1_V3
019
1FROM ./VR29/Llama3.1_V3/unsloth.F16.gguf2 3TEMPLATE """Answer the question asked below{{ if .Prompt }}4 5### Question:6{{ .Prompt }}{{ end }}7 8### Response:9{{ .Response }}<|end_of_text|>"""10 11PARAMETER stop "<|end_header_id|>"12PARAMETER stop "<|python_tag|>"13PARAMETER stop "<|eom_id|>"14PARAMETER stop "<|finetune_right_pad_id|>"15PARAMETER stop "<|eot_id|>"16PARAMETER stop "<|start_header_id|>"17PARAMETER stop "<|end_of_text|>"18PARAMETER stop "<|reserved_special_token_"