theblackcat102
commited on
Commit
•
3bd677b
1
Parent(s):
5ae38a0
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- theblackcat102/evol-codealpaca-v1
|
4 |
+
model-index:
|
5 |
+
- name: Starcoder-1b-evol
|
6 |
+
results:
|
7 |
+
- task:
|
8 |
+
type: text-generation
|
9 |
+
dataset:
|
10 |
+
type: openai_humaneval
|
11 |
+
name: HumanEval
|
12 |
+
metrics:
|
13 |
+
- name: pass@1
|
14 |
+
type: pass@1
|
15 |
+
value: 35.37
|
16 |
+
verified: false
|
17 |
+
- task:
|
18 |
+
type: text-generation
|
19 |
+
dataset:
|
20 |
+
type: mbpp
|
21 |
+
name: MBPP
|
22 |
+
metrics:
|
23 |
+
- name: pass@1
|
24 |
+
type: pass@1
|
25 |
+
value: 22.8
|
26 |
+
verified: false
|
27 |
+
language:
|
28 |
+
- en
|
29 |
+
---
|
30 |
+
|
31 |
+
starcoder 1b finetuned on evol-codealpaca-v1
|
32 |
+
|
33 |
+
Follows the OpenAssistant chat format:
|
34 |
+
|
35 |
+
```
|
36 |
+
<|prompter|>{user_prompt}<|endoftext|><|assistant|>
|
37 |
+
```
|