DebateCoder / README.md
smallan13's picture
Upload 105 files
01f199c verified
|
raw
history blame
503 Bytes

Running our project

  1. Clone our project
cd DebateCoder
  1. Create a new conda or python virtual environment and run the following command
pip install -r requirements.txt
  1. Set up the .env file by seeing the example.

  2. Run the following command to see the options of running this projects

python src/main.py --help
  1. Finally run this project. An example is given below:
python src/main.py --model Pangu --dataset HumanEval --strategy DebateCoder