Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,41 @@ datasets:
|
|
6 |
- bigcode/starcoderdata
|
7 |
- bigcode/commitpack
|
8 |
library_name: transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# Model Description
|
|
|
6 |
- bigcode/starcoderdata
|
7 |
- bigcode/commitpack
|
8 |
library_name: transformers
|
9 |
+
tags:
|
10 |
+
- code
|
11 |
+
model-index:
|
12 |
+
- name: Mellum-4b-base
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
type: text-generation
|
16 |
+
dataset:
|
17 |
+
type: loubnabnl/humaneval_infilling
|
18 |
+
name: HumanEval Infilling (Single-Line)
|
19 |
+
metrics:
|
20 |
+
- name: pass@1
|
21 |
+
type: pass@1
|
22 |
+
value: 0.6621
|
23 |
+
verified: false
|
24 |
+
- task:
|
25 |
+
type: text-generation
|
26 |
+
dataset:
|
27 |
+
type: loubnabnl/humaneval_infilling
|
28 |
+
name: HumanEval Infilling (Multi-Line)
|
29 |
+
metrics:
|
30 |
+
- name: pass@1
|
31 |
+
type: pass@1
|
32 |
+
value: 0.3852
|
33 |
+
verified: false
|
34 |
+
- task:
|
35 |
+
type: text-generation
|
36 |
+
dataset:
|
37 |
+
type: loubnabnl/humaneval_infilling
|
38 |
+
name: HumanEval Infilling (Random Span)
|
39 |
+
metrics:
|
40 |
+
- name: pass@1
|
41 |
+
type: pass@1
|
42 |
+
value: 0.2969
|
43 |
+
verified: false
|
44 |
---
|
45 |
|
46 |
# Model Description
|