Skip to content

Commit 7485dc3

Browse files
committed
better readme
1 parent 1c9ffe4 commit 7485dc3

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

docs/README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
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.
116
```
2-
python update_submissions_dataset.py
3-
cd ../
4-
python docs/render_submissions.py --analyze_submissions --split SPLIT
517
python docs/render_submissions.py --render_webpages --overwrite_previous_eval
618
```
719

20+
Deploy to website.
821
```
922
cd ../commit-0.github.io
1023
mkdocs gh-deploy --config-file ../commit0/mkdocs.yml --remote-branch main
11-
```
24+
```

0 commit comments

Comments
 (0)