wghezaiel commited on
Commit
f9218fe
·
1 Parent(s): cb98a9a

Add Modelfile

Browse files
Files changed (1) hide show
  1. Modelfile +9 -0
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>