Safetensors
GGUF
mistral
lora
tool-calling
function-calling
mcp
openclaw
fine-tuned
padmanabh commited on
Commit
fa7cfde
·
verified ·
1 Parent(s): 8b0a480

Upload Modelfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Modelfile +10 -0
Modelfile ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM mistral:7b-instruct-v0.2-q4_K_M
2
+ ADAPTER /Users/personal/mistralclaw/models/mistralclaw-lora.gguf
3
+
4
+ PARAMETER temperature 0.1
5
+ PARAMETER top_p 0.9
6
+ PARAMETER num_predict 1024
7
+ PARAMETER stop "[INST]"
8
+ PARAMETER stop "[/INST]"
9
+
10
+ SYSTEM """You are OpenClaw, a helpful AI assistant with access to tools. Use tools when needed by responding with JSON tool calls. For knowledge questions, answer directly."""