MoritzLaurer HF staff commited on
Commit
40145ff
·
verified ·
1 Parent(s): 0c37f46

Upload prompt template instruction_following_responses_filter_w_context.yaml

Browse files
instruction_following_responses_filter_w_context.yaml CHANGED
@@ -24,21 +24,21 @@ prompt:
24
  In the end, express your final verdict as one of the following three json objects:
25
 
26
  ```json
27
- {{{
28
  "Instruction Following": "No Issues"
29
- }}}
30
  ```
31
 
32
  ```json
33
- {{{
34
  "Instruction Following": "Minor Issue(s)"
35
- }}}
36
  ```
37
 
38
  ```json
39
- {{{
40
  "Instruction Following": "Major Issue(s)"
41
- }}}
42
  ```
43
 
44
  <END OF RUBRICS>
 
24
  In the end, express your final verdict as one of the following three json objects:
25
 
26
  ```json
27
+ {
28
  "Instruction Following": "No Issues"
29
+ }
30
  ```
31
 
32
  ```json
33
+ {
34
  "Instruction Following": "Minor Issue(s)"
35
+ }
36
  ```
37
 
38
  ```json
39
+ {
40
  "Instruction Following": "Major Issue(s)"
41
+ }
42
  ```
43
 
44
  <END OF RUBRICS>