Add Modelfile
Browse files
Modelfile
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FROM .
|
| 2 |
+
TEMPLATE """
|
| 3 |
+
### يمكنك الإجابة باللهجة التونسية فقط. أكمل المحادثة أدناه بين [|Human|] and [|AI|]:\n### Input: [|Human|] {{ .Prompt }}\n[|AI|]\n### Response :{{ .Response }}
|
| 4 |
+
"""
|
| 5 |
+
PARAMETER top_p 0.9
|
| 6 |
+
PARAMETER temperature 0.2
|
| 7 |
+
PARAMETER repeat_penalty 1.2
|
| 8 |
+
PARAMETER num_predict 200
|
| 9 |
+
PARAMETER stop <end_of_turn>
|