fix file name bug

This commit is contained in:
PeterGriffinJin
2025-03-13 14:42:21 +00:00
parent 7ffeeaba0f
commit ff85cb7f1e

View File

@@ -4,7 +4,7 @@
### Download the dataset ### Download the dataset
```bash ```bash
huggingface-cli download --repo-type dataset PeterJinGo/nq_hotpotqa_train --local-dir $WORK_DIR/data/hotpot_qa huggingface-cli download --repo-type dataset PeterJinGo/nq_hotpotqa_train --local-dir $WORK_DIR/data/nq_hotpotqa_train
``` ```
### Run PPO training ### Run PPO training