File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change
1
+
2
+ Update HF dataset then:
3
+ ```
4
+ python docs/update_submissions_dataset.py
5
+ ```
6
+
7
+ Run submissions analysis on SPLIT
8
+ ```
9
+ python docs/render_submissions.py
10
+ --do_setup --get_blank_details --get_reference_details # only once, at beginning of setting up environment
11
+ --analyze_submissions
12
+ --split SPLIT
13
+ ```
14
+
15
+ Render webpages on submissions.
1
16
```
2
- python update_submissions_dataset.py
3
- cd ../
4
- python docs/render_submissions.py --analyze_submissions --split SPLIT
5
17
python docs/render_submissions.py --render_webpages --overwrite_previous_eval
6
18
```
7
19
20
+ Deploy to website.
8
21
```
9
22
cd ../commit-0.github.io
10
23
mkdocs gh-deploy --config-file ../commit0/mkdocs.yml --remote-branch main
11
- ```
24
+ ```
You can’t perform that action at this time.
0 commit comments