File size: 1,839 Bytes
d651f89 acbbddc c7a0d4b acbbddc d651f89 acbbddc 01f199c acbbddc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | ---
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)}}
}
\``` |