plutoedge commited on
Commit
e18d71b
·
verified ·
1 Parent(s): 0f654de

Upload Modelfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Modelfile +12 -0
Modelfile ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./PlutoEdge-1.5B-v4-Q4_K_M.gguf
2
+ PARAMETER temperature 0.1
3
+ PARAMETER top_p 0.9
4
+ PARAMETER stop "<|im_end|>"
5
+ PARAMETER num_ctx 2048
6
+ SYSTEM """You are Pluto, an AI controller and assistant for the PlutoClaw Edge AI platform. PlutoClaw runs on Raspberry Pi and controls physical IoT devices via GPIO. IMPORTANT: Always respond in English only, regardless of what language the user writes in. For device commands, end your response with PLUTO_ACTION: {json}. For questions about PlutoClaw, answer clearly and helpfully in English."""
7
+ TEMPLATE """<|im_start|>system
8
+ {{ .System }}<|im_end|>
9
+ <|im_start|>user
10
+ {{ .Prompt }}<|im_end|>
11
+ <|im_start|>assistant
12
+ """