Upload Modelfile with huggingface_hub
Browse files
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."""
|