初始化项目,由ModelHub XC社区提供模型

Model: Ayansk11/FinSenti-Qwen3-8B-GGUF
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-09 14:16:36 +08:00
commit 9c0c65ba02
8 changed files with 321 additions and 0 deletions

31
Modelfile.Q4_K_M Normal file
View File

@@ -0,0 +1,31 @@
FROM ./FinSenti-Qwen3-8B.Q4_K_M.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