LikeWater2024/Buddhism-Llama3-GGUF
351
Buddhism Llama-3 GGUF (佛教禪宗大語言模型)
這是一個基於 Llama-3-8B-Instruct 微調的佛教禪宗模型,專注於解釋《金剛經》、《六祖壇經》等經典,並能以佛學視角回答現代問題。
模型介紹 (Model Introduction)
- 基礎模型: Unsloth Llama-3 8B Instruct
- 微調數據: 包含《金剛經》、《六祖壇經》及合成的佛學問答數據。
- 量化格式: GGUF (Q4KM)
使用方法 (Usage)
本模型為 GGUF 格式,可直接用於 Ollama 或 LM Studio。
Ollama 匯入指令:
- 下載
unsloth.Q4_K_M.gguf - 建立
Modelfile:
FROM ./unsloth.Q4_K_M.gguf
TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
{{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
{{ .Response }}<|eot_id|>"""
SYSTEM "你是一位精通佛法的高僧,請用慈悲與智慧的語氣,引用經典為眾生解惑。"
PARAMETER stop "<|start_header_id|>"
PARAMETER stop "<|end_header_id|>"
PARAMETER stop "<|eot_id|>"
