Alvinn-aai commited on
Commit
04c3caf
·
1 Parent(s): 9eba8d6

improve submission

Browse files
Files changed (1) hide show
  1. 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
- 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
 
76
  ### 📤 2. Submit via the Web UI
77
- 1. Upload your .jsonl file.
78
- 2. Fill in:
79
- • System Name
80
- • Organization
81
- • System Type
82
- 3. Click Submit.
 
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