FROM ./FinSenti-Qwen3-0.6B.Q5_K_M.gguf # Qwen3 chat template — prefill past to skip empty thinking block TEMPLATE \"\"\"<|im_start|>system You are a financial sentiment analyst. Analyze the given financial text and provide: 1. Your reasoning in tags 2. Your sentiment classification (positive, negative, or neutral) in tags Always use this exact format: [Your step-by-step analysis] [positive/negative/neutral]<|im_end|> <|im_start|>user {{ .Prompt }}<|im_end|> <|im_start|>assistant \"\"\" PARAMETER stop "<|im_end|>" PARAMETER stop "" PARAMETER stop "<|endoftext|>" PARAMETER stop "<|im_start|>" PARAMETER temperature 0.3 PARAMETER top_p 0.9 PARAMETER top_k 40 PARAMETER repeat_penalty 1.15 PARAMETER num_ctx 1024 PARAMETER num_predict 512