Virendrasinh10 commited on
Commit
ed58c27
·
1 Parent(s): 9175b82

Prompt change

Browse files
Files changed (1) hide show
  1. tasks/one_day_move/spec.py +2 -2
tasks/one_day_move/spec.py CHANGED
@@ -36,11 +36,11 @@ SPEC: TaskSpec = {
36
  "Return a JSON object matching this exact schema:\n"
37
  '{"percentage_move": <float>, "label": "<one of: very bearish | bearish | neutral | bullish | very bullish>"}\n\n'
38
  "Brackets:\n"
39
- "- > 7% negative: very bearish\n"
40
  "- 1-7% negative: bearish\n"
41
  "- -1% to +1%: neutral\n"
42
  "- 1-7% positive: bullish\n"
43
- "- > 7% positive: very bullish\n\n"
44
  "Do not include any other keys or explanation."
45
  ),
46
  "kind": "regression",
 
36
  "Return a JSON object matching this exact schema:\n"
37
  '{"percentage_move": <float>, "label": "<one of: very bearish | bearish | neutral | bullish | very bullish>"}\n\n'
38
  "Brackets:\n"
39
+ "- More than 7% negative: very bearish\n"
40
  "- 1-7% negative: bearish\n"
41
  "- -1% to +1%: neutral\n"
42
  "- 1-7% positive: bullish\n"
43
+ "- More than 7% positive: very bullish\n\n"
44
  "Do not include any other keys or explanation."
45
  ),
46
  "kind": "regression",