dhamma-parrot-v01 / Modelfile
theyur's picture
Upload folder using huggingface_hub
0108adc verified
Raw
History Blame Contribute Delete
671 Bytes
FROM ./dhamma-parrot-v01.gguf
# dhamma-parrot-v01 -- run 20260706_134154_rope_bare_diac_fix_check_14000
# Base completion model on a narrow Pali/meditation corpus. NOT a chat model:
# use raw completion, a chat template injects tokens it has never seen.
# Trained context is 360 tokens.
PARAMETER num_ctx 360
PARAMETER num_predict 200
PARAMETER temperature 0.8
# This tokenizer has no EOS token. No EOS was set, so generation runs until num_predict.
# The tags are USER_DEFINED, so they render as text and these stop strings fire.
PARAMETER stop "</topic:essay>"
PARAMETER stop "</topic:recollection>"
PARAMETER stop "</topic:qa>"
PARAMETER stop "</a>"