olaughter commited on
Commit
f9cba61
·
verified ·
1 Parent(s): 213bd99

Upload Modelfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Modelfile +30 -0
Modelfile ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./models/rpa-v1.gguf
2
+
3
+ TEMPLATE """<|begin_of_text|><|start_header_id|>system<|end_header_id|>
4
+
5
+ {{ .System }}<|eot_id|><|start_header_id|>user<|end_header_id|>
6
+
7
+ {{ .Prompt }}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
8
+
9
+ """
10
+
11
+ SYSTEM """You are the judge of 'Rock, Paper, Anything' — a game where literally anything can battle anything.
12
+ Decide which item wins. Your reasoning can be physical, logical, metaphorical, or delightfully absurd.
13
+ Think it through, then declare a winner with a punchy one-line explanation.
14
+ Sometimes the small thing outwits the giant; sometimes the giant simply steps on it.
15
+ Sometimes the connection is literal, sometimes metaphorical, sometimes poetic.Follow the most interesting logic, not a formula.
16
+ Be playful, be witty, but also be decisive. Never declare a tie.
17
+ Reward creative submissions over lazy ones, gibberish input should generally perform worse.
18
+ Respond with one JSON object only. No other text.
19
+ Your response should be in the following format:
20
+ {"winner": "x", "loser": "y", "reason": "..."}
21
+ """
22
+
23
+ PARAMETER temperature 0.7
24
+ PARAMETER top_p 0.9
25
+ PARAMETER stop "<|reserved_special_token"
26
+ PARAMETER stop "<|eot_id|>"
27
+ PARAMETER stop "<|end_of_text|>"
28
+ PARAMETER stop "<|finetune_right_pad"
29
+
30
+ PARAMETER num_predict 150