mfajcik commited on
Commit
578e86d
β€’
1 Parent(s): f8e9924

Update content.py

Browse files
Files changed (1) hide show
  1. content.py +1 -1
content.py CHANGED
@@ -28,7 +28,7 @@ SUBMISSION_TAB_TITLE_MARKDOWN = """
28
  git clone https://github.com/MFajcik/benczechmark-leaderboard.git
29
  cd benczechmark-leaderboard/
30
  export PYTHONPATH=$(pwd)
31
- python compile_log_files.py \
32
  -i "<your_local_path_to_folder>/csmpt_logdir/csmpt/eval_csmpt7b*" \
33
  -o "<your_local_path_to_outfolder>/sample_submission.json"
34
  ```
 
28
  git clone https://github.com/MFajcik/benczechmark-leaderboard.git
29
  cd benczechmark-leaderboard/
30
  export PYTHONPATH=$(pwd)
31
+ python leaderboard/compile_log_files.py \
32
  -i "<your_local_path_to_folder>/csmpt_logdir/csmpt/eval_csmpt7b*" \
33
  -o "<your_local_path_to_outfolder>/sample_submission.json"
34
  ```