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