| | --- |
| | license: mit |
| | base_model: ascend-tribe/openPangu-Embedded-1B-V1.1 |
| | tags: |
| | - openPangu |
| | - Multi-Agent |
| | - Code-Generation |
| | --- |
| | ## Run our project |
| |
|
| | 1. Clone our project |
| | ```bash |
| | cd DebateCoder |
| | ``` |
| |
|
| | 2. Create a new conda or python virtual environment and run the following command |
| | ```bash |
| | pip install -r requirements.txt |
| | ``` |
| |
|
| | 3. Set up the .env file by seeing the example. |
| |
|
| | 4. Run the following command to see the options of running this projects |
| | ```bash |
| | python src/main.py --help |
| | ``` |
| |
|
| | 5. Finally run this project. An example is given below: |
| | ```bash |
| | python src/main.py --model Pangu --dataset HumanEval --strategy DebateCoder |
| | ``` |
| |
|
| | ## Acknowledgment / 鸣谢 |
| |
|
| | We would like to express our gratitude to the **openPangu Team** for releasing the **openPangu-Embedded-1B-V1.1** model. Their contribution to the open-source community provides a solid foundation for the development of `DebateCoder`. |
| |
|
| | 我们要特别感谢 **openPangu Team** 开源了 **openPangu-Embedded-1B-V1.1** 模型。该模型的开源为 `DebateCoder` 的开发奠定了坚实的基础。 |
| |
|
| | ## Citation / 引用 |
| |
|
| | If you find this work useful, please cite the base model openPangu and this project: |
| |
|
| | 如果您觉得本项目对您有所帮助,请引用 openPangu 原模型以及本项目: |
| |
|
| | ```bibtex |
| | @misc{openPangu2024, |
| | author = {Ascend Tribe}, |
| | title = {openPangu-Embedded-1B-V1.1}, |
| | year = {2025}, |
| | publisher = {GitCode}, |
| | howpublished = {\url{[https://ai.gitcode.com/ascend-tribe/openPangu-Embedded-1B-V1.1](https://ai.gitcode.com/ascend-tribe/openPangu-Embedded-1B-V1.1)}} |
| | } |
| | |
| | @misc{DebateCoder2024, |
| | author = {smallan13}, |
| | title = {DebateCoder: A Specialized Model for Debating and Logic}, |
| | year = {2026}, |
| | publisher = {Hugging Face}, |
| | howpublished = {\url{[https://huggingface.co/smallan13/DebateCoder](https://huggingface.co/smallan13/DebateCoder)}} |
| | } |
| | \``` |