Update README.md
Browse files
README.md
CHANGED
|
@@ -21,6 +21,13 @@ Nxcode-CQ-7B-orpo is an ORPO fine-tune of Qwen/CodeQwen1.5-7B-Chat on 100k sampl
|
|
| 21 |
* Supporting 92 coding languages
|
| 22 |
* Excellent performance in text-to-SQL, bug fix, etc.
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
## Quickstart
|
| 25 |
|
| 26 |
Here provides a code snippet with `apply_chat_template` to show you how to load the tokenizer and model and how to generate contents.
|
|
|
|
| 21 |
* Supporting 92 coding languages
|
| 22 |
* Excellent performance in text-to-SQL, bug fix, etc.
|
| 23 |
|
| 24 |
+
## HumanEval
|
| 25 |
+
|
| 26 |
+
| human-eval | pass@1 |
|
| 27 |
+
| --- | --- |
|
| 28 |
+
| humaneval | 86.0 |
|
| 29 |
+
| humaneval+ | 81.1 |
|
| 30 |
+
|
| 31 |
## Quickstart
|
| 32 |
|
| 33 |
Here provides a code snippet with `apply_chat_template` to show you how to load the tokenizer and model and how to generate contents.
|