kisoku-3b-base / Modelfile
0arch-io's picture
Upload folder using huggingface_hub
faac690 verified
raw
history blame contribute delete
220 Bytes
FROM /Users/josephrodriguez/kisoku-3b-hf
PARAMETER temperature 0.7
PARAMETER top_p 0.9
PARAMETER top_k 50
PARAMETER repeat_penalty 1.2
PARAMETER stop "<|end_of_text|>"
PARAMETER stop "<|eot_id|>"
PARAMETER num_ctx 4096