Spaces:
Sleeping
Sleeping
| 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" |