nhanv commited on
Commit
1a61029
1 Parent(s): 1e326ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
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.