Files
FinSenti-Qwen3-8B-GGUF/Modelfile.Q8_0
ModelHub XC 9c0c65ba02 初始化项目,由ModelHub XC社区提供模型
Model: Ayansk11/FinSenti-Qwen3-8B-GGUF
Source: Original Platform
2026-05-09 14:16:36 +08:00

32 lines
766 B
Plaintext

FROM ./FinSenti-Qwen3-8B.Q8_0.gguf
TEMPLATE \"\"\"<|im_start|>system
You are a financial sentiment analyst. Analyze the given financial text and provide:
1. Your reasoning in <reasoning> tags
2. Your sentiment classification (positive, negative, or neutral) in <answer> tags
Always use this exact format:
<reasoning>
[Your step-by-step analysis]
</reasoning>
<answer>[positive/negative/neutral]</answer><|im_end|>
<|im_start|>user
{{ .Prompt }}<|im_end|>
<|im_start|>assistant
<think>
</think>
\"\"\"
PARAMETER stop "<|im_end|>"
PARAMETER stop "</answer>"
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