mfajcik commited on
Commit
a899f05
β€’
1 Parent(s): 5d4717f

Update content.py

Browse files
Files changed (1) hide show
  1. content.py +1 -1
content.py CHANGED
@@ -38,7 +38,7 @@ SUBMISSION_TAB_TITLE_MARKDOWN = """
38
  git clone https://github.com/MFajcik/benczechmark-leaderboard.git
39
  cd benczechmark-leaderboard/
40
  export PYTHONPATH=$(pwd)
41
- python leaderboard/compile_log_files.py \
42
  -i "<your_local_path_to_folder>/csmpt_logdir/csmpt/eval_csmpt7b*" \
43
  -o "<your_local_path_to_outfolder>/sample_submission.json"
44
  ```
 
38
  git clone https://github.com/MFajcik/benczechmark-leaderboard.git
39
  cd benczechmark-leaderboard/
40
  export PYTHONPATH=$(pwd)
41
+ python -m leaderboard.compile_log_files \
42
  -i "<your_local_path_to_folder>/csmpt_logdir/csmpt/eval_csmpt7b*" \
43
  -o "<your_local_path_to_outfolder>/sample_submission.json"
44
  ```