smallan13 commited on
Commit
acbbddc
·
verified ·
1 Parent(s): 6b78200

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -2
README.md CHANGED
@@ -1,7 +1,12 @@
1
  ---
2
  license: mit
 
 
 
 
 
3
  ---
4
- ## Running our project
5
 
6
  1. Clone our project
7
  ```bash
@@ -23,4 +28,34 @@ python src/main.py --help
23
  5. Finally run this project. An example is given below:
24
  ```bash
25
  python src/main.py --model Pangu --dataset HumanEval --strategy DebateCoder
26
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ base_model: ascend-tribe/openPangu-Embedded-1B-V1.1
4
+ tags:
5
+ - openPangu,
6
+ - Multi-Agent,
7
+ - Code-Generation
8
  ---
9
+ ## Run our project
10
 
11
  1. Clone our project
12
  ```bash
 
28
  5. Finally run this project. An example is given below:
29
  ```bash
30
  python src/main.py --model Pangu --dataset HumanEval --strategy DebateCoder
31
+ ```
32
+
33
+ ## Acknowledgment / 鸣谢
34
+
35
+ 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`.
36
+
37
+ 我们要特别感谢 **openPangu Team** 开源了 **openPangu-Embedded-1B-V1.1** 模型。该模型的开源为 `DebateCoder` 的开发奠定了坚实的基础。
38
+
39
+ ## Citation / 引用
40
+
41
+ If you find this work useful, please cite the base model openPangu and this project:
42
+
43
+ 如果您觉得本项目对您有所帮助,请引用 openPangu 原模型以及本项目:
44
+
45
+ ```bibtex
46
+ @misc{openPangu2024,
47
+ author = {Ascend Tribe},
48
+ title = {openPangu-Embedded-1B-V1.1},
49
+ year = {2025},
50
+ publisher = {GitCode},
51
+ howpublished = {\url{[https://ai.gitcode.com/ascend-tribe/openPangu-Embedded-1B-V1.1](https://ai.gitcode.com/ascend-tribe/openPangu-Embedded-1B-V1.1)}}
52
+ }
53
+
54
+ @misc{DebateCoder2024,
55
+ author = {smallan13},
56
+ title = {DebateCoder: A Specialized Model for Debating and Logic},
57
+ year = {2026},
58
+ publisher = {Hugging Face},
59
+ howpublished = {\url{[https://huggingface.co/smallan13/DebateCoder](https://huggingface.co/smallan13/DebateCoder)}}
60
+ }
61
+ \```