Spaces:
Sleeping
Sleeping
| spec_version: 1 | |
| name: token_optimiser | |
| type: space | |
| runtime: fastapi | |
| app: server.app:app | |
| port: 8000 | |
| tasks: | |
| - id: "redundancy_stripping" | |
| name: "Redundancy Stripping" | |
| description: "Strip politeness filler and redundancy" | |
| difficulty: "easy" | |
| grader: "token_optimiser.server.token_optimiser_environment:grade_redundancy_stripping" | |
| - id: "constraint_injection" | |
| name: "Constraint Injection" | |
| description: "Compress input AND inject exact bullet point constraints" | |
| difficulty: "medium" | |
| grader: "token_optimiser.server.token_optimiser_environment:grade_constraint_injection" | |
| - id: "multi_key_json_extraction" | |
| name: "Multi-Key JSON Extraction" | |
| description: "Force structured JSON output with 5 exact keys" | |
| difficulty: "hard" | |
| grader: "token_optimiser.server.token_optimiser_environment:grade_multi_key_json_extraction" | |