Spaces:
Sleeping
Sleeping
Shreya Pal commited on
Commit ·
a6011f8
1
Parent(s): 5c5b473
Fix openenv.yaml graders schema array requirement
Browse files- openenv.yaml +9 -9
openenv.yaml
CHANGED
|
@@ -8,16 +8,16 @@ endpoints:
|
|
| 8 |
tasks:
|
| 9 |
- id: task_1
|
| 10 |
description: "Moderate hate speech"
|
| 11 |
-
|
| 12 |
-
type: "exact_match"
|
| 13 |
-
|
| 14 |
- id: task_2
|
| 15 |
description: "Moderate praise"
|
| 16 |
-
|
| 17 |
-
type: "exact_match"
|
| 18 |
-
|
| 19 |
- id: task_3
|
| 20 |
description: "Moderate sarcasm"
|
| 21 |
-
|
| 22 |
-
type: "exact_match"
|
| 23 |
-
|
|
|
|
| 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"
|