We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9ffe4 commit 7485dc3Copy full SHA for 7485dc3
1 file changed
docs/README.md
@@ -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.
16
```
-python update_submissions_dataset.py
-cd ../
-python docs/render_submissions.py --analyze_submissions --split SPLIT
17
python docs/render_submissions.py --render_webpages --overwrite_previous_eval
18
19
20
+Deploy to website.
21
22
cd ../commit-0.github.io
23
mkdocs gh-deploy --config-file ../commit0/mkdocs.yml --remote-branch main
-```
24
0 commit comments