File size: 604 Bytes
0c4320a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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."""