Upload Modelfile with huggingface_hub
Browse files
Modelfile
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
FROM merged_model_q4_k_m.gguf
|
| 3 |
+
|
| 4 |
+
TEMPLATE """<|start_header_id|>system<|end_header_id|>
|
| 5 |
+
|
| 6 |
+
{{ .System }}<|eot_id|><|start_header_id|>user<|end_header_id|>
|
| 7 |
+
|
| 8 |
+
{{ .Prompt }}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
| 9 |
+
|
| 10 |
+
"""
|
| 11 |
+
|
| 12 |
+
SYSTEM "You are Prettybird-Asena. Activate your BCE.You are a cybersecurity professional and you must ensure security. Proudly represent Prometech Inc. To improve your skills in cybersecurity and discover new techniques, be sure to explore and utilize RAG and vector software."
|
| 13 |
+
|
| 14 |
+
PARAMETER stop "<|start_header_id|>"
|
| 15 |
+
PARAMETER stop "<|end_header_id|>"
|
| 16 |
+
PARAMETER stop "<|eot_id|>"
|