finance-phi3-gguf / Modelfile
a4rtx's picture
Duplicate from Wellwisher12/finance-phi3-gguf
d6ee164
raw
history blame contribute delete
912 Bytes
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
"""