Skip to content

Commit

Permalink
[doc] fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSH6 committed Dec 1, 2024
1 parent 154588e commit bd66d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/preparation/prepare_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ into two parts:
if __name__ == '__main__':
parser = argparse.ArgumentParser()
parser.add_argument('--local_dir', default='/opt/tiger/gsm8k')
parser.add_argument('--hdfs_dir', default='hdfs://haruna/home/byte_data_seed/lf_lq/user/zhangchi.usc1992/data/rlhf')
parser.add_argument('--hdfs_dir', default=None)

args = parser.parse_args()

Expand Down Expand Up @@ -58,7 +58,7 @@ into two parts:

copy(src=local_dir, dst=hdfs_dir)

2. The users are required to implement the ``make_map_fn()`` function
1. The users are required to implement the ``make_map_fn()`` function
(as well as the ``extract_solution``) on their own to support
different datasets or tasks.

Expand Down

0 comments on commit bd66d51

Please sign in to comment.