iLampard commited on
Commit
eb69390
·
verified ·
1 Parent(s): 10701bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -150,6 +150,7 @@ see the script at https://github.com/famma-bench/bench-script/blob/main/step_1_d
150
  Fristly, clone the repository and install the dependencies:
151
  ```bash
152
  git clone https://github.com/famma-bench/bench-script.git
 
153
  pip install -r requirements.txt
154
  ```
155
 
@@ -159,7 +160,7 @@ To download the dataset, run the following command:
159
  ```bash
160
  python step_1_download_dataset.py \
161
  --hf_dir "weaverbirdllm/famma" \
162
- --split "release_v2406" \ # or "release_v2501" or None to download the live set
163
  --save_dir "./hf_data"
164
  ```
165
 
 
150
  Fristly, clone the repository and install the dependencies:
151
  ```bash
152
  git clone https://github.com/famma-bench/bench-script.git
153
+ cd bench-script
154
  pip install -r requirements.txt
155
  ```
156
 
 
160
  ```bash
161
  python step_1_download_dataset.py \
162
  --hf_dir "weaverbirdllm/famma" \
163
+ --split "release_v2406" \ # or "release_v2501" or None to download the whole set
164
  --save_dir "./hf_data"
165
  ```
166