Update README.md
Browse files
README.md
CHANGED
@@ -34,8 +34,56 @@ datasets:
|
|
34 |
language:
|
35 |
- en
|
36 |
- zh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
---
|
38 |
|
|
|
|
|
39 |
|
40 |
<div align=center>
|
41 |
<img src="assets/YuLan-logo.jpg" width="400px">
|
|
|
34 |
language:
|
35 |
- en
|
36 |
- zh
|
37 |
+
tags:
|
38 |
+
- code
|
39 |
+
- math
|
40 |
+
model-index:
|
41 |
+
- name: YuLan-Mini
|
42 |
+
results:
|
43 |
+
- task:
|
44 |
+
type: text-generation
|
45 |
+
dataset:
|
46 |
+
type: openai_humaneval
|
47 |
+
name: HumanEval
|
48 |
+
metrics:
|
49 |
+
- name: pass@1
|
50 |
+
type: pass@1
|
51 |
+
value: 0.640
|
52 |
+
verified: false
|
53 |
+
- task:
|
54 |
+
type: text-generation
|
55 |
+
dataset:
|
56 |
+
type: mbpp
|
57 |
+
name: MBPP
|
58 |
+
metrics:
|
59 |
+
- name: pass@1
|
60 |
+
type: pass@1
|
61 |
+
value: 0.659
|
62 |
+
verified: false
|
63 |
+
- task:
|
64 |
+
type: text-generation
|
65 |
+
dataset:
|
66 |
+
type: math-500
|
67 |
+
name: MATH-500
|
68 |
+
metrics:
|
69 |
+
- name: maj@1
|
70 |
+
type: maj@1
|
71 |
+
value: 0.378
|
72 |
+
verified: false
|
73 |
+
- task:
|
74 |
+
type: text-generation
|
75 |
+
dataset:
|
76 |
+
type: gsm8k
|
77 |
+
name: GSM8K
|
78 |
+
metrics:
|
79 |
+
- name: maj@1
|
80 |
+
type: maj@1
|
81 |
+
value: 0.684
|
82 |
+
verified: false
|
83 |
---
|
84 |
|
85 |
+
# Important Notice: This is a pre-trained **base model** without instruction-following capabilities. The **SFT version** will be released within a few weeks.
|
86 |
+
|
87 |
|
88 |
<div align=center>
|
89 |
<img src="assets/YuLan-logo.jpg" width="400px">
|