Shreya Pal commited on
Commit
a6011f8
·
1 Parent(s): 5c5b473

Fix openenv.yaml graders schema array requirement

Browse files
Files changed (1) hide show
  1. openenv.yaml +9 -9
openenv.yaml CHANGED
@@ -8,16 +8,16 @@ endpoints:
8
  tasks:
9
  - id: task_1
10
  description: "Moderate hate speech"
11
- grader:
12
- type: "exact_match"
13
- expected: "remove"
14
  - id: task_2
15
  description: "Moderate praise"
16
- grader:
17
- type: "exact_match"
18
- expected: "allow"
19
  - id: task_3
20
  description: "Moderate sarcasm"
21
- grader:
22
- type: "exact_match"
23
- expected: "flag"
 
8
  tasks:
9
  - id: task_1
10
  description: "Moderate hate speech"
11
+ graders:
12
+ - type: "exact_match"
13
+ expected: "remove"
14
  - id: task_2
15
  description: "Moderate praise"
16
+ graders:
17
+ - type: "exact_match"
18
+ expected: "allow"
19
  - id: task_3
20
  description: "Moderate sarcasm"
21
+ graders:
22
+ - type: "exact_match"
23
+ expected: "flag"