ars22/e3

20

stars

4

commits

Python

primary language

Sep 16, 2025

updated

README

Setup

  1. Follow instructions here to setup verl: https://verl.readthedocs.io/en/latest/README_vllm0.8.html
  2. conda activate verl
  3. pip install seaborn

Data

Our training and test data are stored on Hugging Face:

To set up data for training,

  1. Create a local directory to store data
  2. Run python examples/data_preprocess/math/generate_dataset.py --local_dir $dir --remote_dir $hf_dir --split $split
  3. Ensure that data.train_files and data.val_files in your scripts (e.g., scripts/grpo/grpo_16k.sh) point to the downloaded data

Eval

For eval you can run bash scripts/eval.sh

Contributors

ars22

3 commits

matthewyryang

1 commits

ars22/e3

20

stars

4

commits

Python

primary language

Sep 16, 2025

updated

README

Setup

  1. Follow instructions here to setup verl: https://verl.readthedocs.io/en/latest/README_vllm0.8.html
  2. conda activate verl
  3. pip install seaborn

Data

Our training and test data are stored on Hugging Face:

To set up data for training,

  1. Create a local directory to store data
  2. Run python examples/data_preprocess/math/generate_dataset.py --local_dir $dir --remote_dir $hf_dir --split $split
  3. Ensure that data.train_files and data.val_files in your scripts (e.g., scripts/grpo/grpo_16k.sh) point to the downloaded data

Eval

For eval you can run bash scripts/eval.sh

Contributors

ars22

3 commits

matthewyryang

1 commits

Languages

Python

92.8%

Shell

7.0%