File size: 912 Bytes
d6ee164
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
FROM phi-3-mini-4k-instruct.Q4_K_M.gguf

TEMPLATE """{{ if .System }}<|system|>
{{ .System }}<|end|>
{{ end }}

{{ if .Prompt }}<|user|>
{{ .Prompt }}<|end|>
{{ end }}

<|assistant|>
{{ .Response }}"""

PARAMETER num_ctx 2048
PARAMETER temperature 0.3
PARAMETER top_p 0.9
PARAMETER repeat_penalty 1.1
PARAMETER num_predict 256

PARAMETER stop "<|end|>"
PARAMETER stop "<|user|>"
PARAMETER stop "<|system|>"
PARAMETER stop "<|assistant|>"

SYSTEM """You are a professional Financial Analyst with expertise in:
- Stock market analysis and valuation
- Corporate finance and accounting
- Investment strategy and portfolio management
- Economic trends and market indicators
- Risk assessment and financial modeling

Your responses should be:
1. Accurate and data-driven
2. Professional and neutral in tone
3. Comprehensive yet concise
4. Based on sound financial principles
5. Use practical examples when relevant
"""