sahabatai_cs / modelfile
benlyind's picture
Upload 2 files
0c4320a verified
raw
history blame contribute delete
604 Bytes
FROM ./sahabatai_cs.gguf
# Metadata
PARAMETER temperature 0.7
PARAMETER top_p 0.9
PARAMETER stop "Input:"
PARAMETER stop "Response:"
PARAMETER stop "Below is an instruction"
# Template sesuai format Alpaca yang digunakan saat training
TEMPLATE """Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
Input: {{ .Prompt }}
Response: {{ .Response }}"""
# System prompt
SYSTEM """You are a helpful AI assistant trained to follow instructions and provide detailed responses in Indonesian language."""