SqueezeAILab / LLM2LLM

[ACL 2024] LLM2LLM: Boosting LLMs with Novel Iterative Data Enhancement
https://arxiv.org/abs/2403.15042
MIT License
155 stars 10 forks source link

where is step 6 from the readme #3

Closed chiragshah285 closed 7 months ago

chiragshah285 commented 7 months ago

Readme says: 6. cd into your experiment folder and run ./run_all.sh

where is the experiments folder?

dragon18456 commented 7 months ago

generator_gsm.py will generate an experiment folder based on the base_path in the config here: https://github.com/SqueezeAILab/LLM2LLM/blob/main/GSM8K/config.yaml#L4. In this case, for example, there will be a folder called llama2_0.1_chatgpt_10steps_1example which will have run_all.sh inside it.