Spaces:
Runtime error
Runtime error
Commit
Β·
04c3caf
1
Parent(s):
9eba8d6
improve submission
Browse files- src/about.py +11 -11
src/about.py
CHANGED
|
@@ -67,19 +67,19 @@ View the [FormulaOne core dataset](https://github.com/double-ai/formulaone-datas
|
|
| 67 |
|
| 68 |
β οΈ Validation Rules:
|
| 69 |
Submissions must:
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
|
| 76 |
### π€ 2. Submit via the Web UI
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
|
|
|
| 83 |
|
| 84 |
### β±οΈ After Submission
|
| 85 |
|
|
|
|
| 67 |
|
| 68 |
β οΈ Validation Rules:
|
| 69 |
Submissions must:
|
| 70 |
+
- Contain exactly two columns: ["problem_id", "solution"]
|
| 71 |
+
- Include all required problems (no missing/unknown IDs)
|
| 72 |
+
- Provide solutions as Python strings
|
| 73 |
+
- Avoid duplicates
|
|
|
|
| 74 |
|
| 75 |
### π€ 2. Submit via the Web UI
|
| 76 |
+
|
| 77 |
+
1. Upload your `.jsonl` file.
|
| 78 |
+
2. Fill in the following fields:
|
| 79 |
+
- **System Name**
|
| 80 |
+
- **Organization**
|
| 81 |
+
- **System Type** (e.g., `base`, `instruct`, `RLHF`, etc.)
|
| 82 |
+
3. Click **Submit**.
|
| 83 |
|
| 84 |
### β±οΈ After Submission
|
| 85 |
|