Running our project
- Clone our project
cd DebateCoder
- Create a new conda or python virtual environment and run the following command
pip install -r requirements.txt
Set up the .env file by seeing the example.
Run the following command to see the options of running this projects
python src/main.py --help
- Finally run this project. An example is given below:
python src/main.py --model Pangu --dataset HumanEval --strategy DebateCoder