Files
ModelHub XC 078bb5f6b6 初始化项目,由ModelHub XC社区提供模型
Model: Fordentinc/book-builder-bookwriter-v1
Source: Original Platform
2026-08-05 12:49:18 +08:00

16 lines
500 B
Plaintext

# Ollama Modelfile for book-builder-bookwriter-v1
# This is a base completion model — no chat template.
# Use Ollama in raw-prompt mode:
# ollama run hf.co/Fordentinc/book-builder-bookwriter-v1:Q5_K_M --raw < your_bible.txt
FROM hf.co/Fordentinc/book-builder-bookwriter-v1:Q5_K_M
TEMPLATE """{{ .Prompt }}"""
PARAMETER temperature 0.8
PARAMETER top_p 0.95
PARAMETER repeat_penalty 1.05
PARAMETER num_ctx 8192
PARAMETER num_predict 2048
# No stop tokens — let the model write a full chapter.