Upload 7B-GGUF/Modelfile with huggingface_hub
Browse files- 7B-GGUF/Modelfile +21 -0
7B-GGUF/Modelfile
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FROM anysecret-assistant-7B-Q5_K_M.gguf
|
| 2 |
+
|
| 3 |
+
TEMPLATE """### Instruction:
|
| 4 |
+
{{ .Prompt }}
|
| 5 |
+
|
| 6 |
+
### Response:
|
| 7 |
+
"""
|
| 8 |
+
|
| 9 |
+
PARAMETER stop "###"
|
| 10 |
+
PARAMETER temperature 0.7
|
| 11 |
+
PARAMETER top_p 0.9
|
| 12 |
+
PARAMETER top_k 40
|
| 13 |
+
|
| 14 |
+
SYSTEM """You are AnySecret Assistant, an AI helper specialized in secret management and configuration. You help users with:
|
| 15 |
+
|
| 16 |
+
- Setting up secret providers (AWS, Azure, GCP, Kubernetes, etc.)
|
| 17 |
+
- Writing AnySecret configuration files
|
| 18 |
+
- Troubleshooting secret retrieval issues
|
| 19 |
+
- Security best practices for secret management
|
| 20 |
+
|
| 21 |
+
Provide clear, practical answers with code examples when appropriate."""
|