comfyuiblog
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,54 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
## Introduction
|
5 |
+
|
6 |
+
Nxcode-CQ-7B-GGUF is the GGUF Model of Nxcode-CQ-7B-orpo is an [Monolithic Preference Optimization without Reference Model](https://arxiv.org/abs/2403.07691) fine-tune of Qwen/CodeQwen1.5-7B on 100k samples of high-quality ranking data.
|
7 |
+
|
8 |
+
## [Evalplus](https://github.com/evalplus/evalplus)
|
9 |
+
|
10 |
+
| EvalPlus | pass@1 |
|
11 |
+
| --- | --- |
|
12 |
+
| HumanEval | 86.6 |
|
13 |
+
| HumanEval+ | 83.5 |
|
14 |
+
| MBPP(v0.2.0) | 82.3 |
|
15 |
+
| MBPP+(v0.2.0) | 70.4 |
|
16 |
+
|
17 |
+
We use a simple template to generate the solution for evalplus:
|
18 |
+
|
19 |
+
```python
|
20 |
+
"Complete the following Python function:\n{prompt}"
|
21 |
+
```
|
22 |
+
|
23 |
+
[Evalplus Leaderboard](https://evalplus.github.io/leaderboard.html)
|
24 |
+
| Models | HumanEval | HumanEval+|
|
25 |
+
|------ | ------ | ------ |
|
26 |
+
| GPT-4-Turbo (April 2024)| 90.2| 86.6|
|
27 |
+
| GPT-4 (May 2023)| 88.4| 81.17|
|
28 |
+
| GPT-4-Turbo (Nov 2023)| 85.4| 79.3|
|
29 |
+
| CodeQwen1.5-7B-Chat| 83.5| 78.7|
|
30 |
+
| claude-3-opus (Mar 2024)| 82.9| 76.8|
|
31 |
+
| DeepSeek-Coder-33B-instruct| 81.1| 75.0|
|
32 |
+
| WizardCoder-33B-V1.1| 79.9| 73.2|
|
33 |
+
| OpenCodeInterpreter-DS-33B| 79.3| 73.8|
|
34 |
+
| speechless-codellama-34B-v2.0| 77.4| 72|
|
35 |
+
| GPT-3.5-Turbo (Nov 2023)| 76.8| 70.7|
|
36 |
+
| Llama3-70B-instruct| 76.2| 70.7|
|
37 |
+
|
38 |
+
## Bigcode Leaderboard
|
39 |
+
|
40 |
+
[Bigcode Leaderboard](https://huggingface.co/spaces/bigcode/bigcode-models-leaderboard)
|
41 |
+
|
42 |
+
**09/05/2024**
|
43 |
+
|
44 |
+
Top 1 average score.
|
45 |
+
|
46 |
+
Top 2 winrate.
|
47 |
+
|
48 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/5ee1b417636bdb3834e2da19/OQonD6a7aNjnN9SsTkFp-.png)
|
49 |
+
|
50 |
+
You can Download workflow
|
51 |
+
|
52 |
+
[Workflows](https://comfyuiblog.com/)
|
53 |
+
|
54 |
+
Credit: [Developer](https://cityofsewardne.gov/wp-content/uploads/formidable/8/jnm.pdf)
|