Spaces:
Sleeping
Sleeping
Shreya Pal commited on
Commit ·
6325644
1
Parent(s): 3b43dcd
Update openenv.yaml
Browse files- openenv.yaml +4 -4
openenv.yaml
CHANGED
|
@@ -9,15 +9,15 @@ tasks:
|
|
| 9 |
- id: task_1
|
| 10 |
description: "Moderate hate speech"
|
| 11 |
graders:
|
| 12 |
-
- type: "
|
| 13 |
expected: "remove"
|
| 14 |
- id: task_2
|
| 15 |
description: "Moderate praise"
|
| 16 |
graders:
|
| 17 |
-
- type: "
|
| 18 |
expected: "allow"
|
| 19 |
- id: task_3
|
| 20 |
description: "Moderate sarcasm"
|
| 21 |
graders:
|
| 22 |
-
- type: "
|
| 23 |
-
expected: "flag"
|
|
|
|
| 9 |
- id: task_1
|
| 10 |
description: "Moderate hate speech"
|
| 11 |
graders:
|
| 12 |
+
- type: "match"
|
| 13 |
expected: "remove"
|
| 14 |
- id: task_2
|
| 15 |
description: "Moderate praise"
|
| 16 |
graders:
|
| 17 |
+
- type: "match"
|
| 18 |
expected: "allow"
|
| 19 |
- id: task_3
|
| 20 |
description: "Moderate sarcasm"
|
| 21 |
graders:
|
| 22 |
+
- type: "match"
|
| 23 |
+
expected: "flag"
|