Spaces:
Running
Running
Update content.py
Browse files- 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 |
```
|