Spaces:
Sleeping
Sleeping
Update openenv.yaml
#19
by rsaibhargav - opened
- openenv.yaml +16 -0
openenv.yaml
CHANGED
|
@@ -4,3 +4,19 @@ type: space
|
|
| 4 |
runtime: fastapi
|
| 5 |
app: server.app:app
|
| 6 |
port: 8000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
runtime: fastapi
|
| 5 |
app: server.app:app
|
| 6 |
port: 8000
|
| 7 |
+
|
| 8 |
+
tasks:
|
| 9 |
+
- id: correctness_check
|
| 10 |
+
name: Correctness & Instruction Adherence
|
| 11 |
+
difficulty: easy
|
| 12 |
+
grader: programmatic
|
| 13 |
+
|
| 14 |
+
- id: tone_appropriateness
|
| 15 |
+
name: Tone & Audience Appropriateness
|
| 16 |
+
difficulty: medium
|
| 17 |
+
grader: programmatic
|
| 18 |
+
|
| 19 |
+
- id: multi_dimensional
|
| 20 |
+
name: Multi-dimensional Quality Scoring
|
| 21 |
+
difficulty: hard
|
| 22 |
+
grader: programmatic
|