Spaces:
Sleeping
Sleeping
File size: 494 Bytes
5c5b473 3851cd6 a6011f8 6325644 a6011f8 5c5b473 3851cd6 a6011f8 6325644 3851cd6 5c5b473 3851cd6 a6011f8 6325644 3851cd6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | version: 1.0
name: SafeStreamAI
description: AI-powered content moderation environment
endpoints:
reset: /reset
step: /step
state: /state
tasks:
- id: task_1
description: "Moderate a threat"
graders:
- type: "match"
expected: "remove"
- id: task_2
description: "Moderate an insult"
graders:
- type: "match"
expected: "flag"
- id: task_3
description: "Moderate a compliment"
graders:
- type: "match"
expected: "allow" |