File size: 753 Bytes
6bca679 b9da7f2 4b33b88 b9da7f2 4b33b88 6bca679 b9da7f2 4b33b88 b9da7f2 4b33b88 49ad39e 4b33b88 49ad39e 4b33b88 49ad39e | 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 38 39 40 41 42 43 44 45 46 47 48 49 | ---
license: apache-2.0
library_name: pytorch
pipeline_tag: text-generation
tags:
- code
- code-generation
model-index:
- name: selection-coder-100m
results:
- task:
type: text-generation
dataset:
name: HumanEval
type: openai_humaneval
metrics:
- type: pass@1
value: 0.0
- task:
type: text-generation
dataset:
name: MBPP
type: mbpp
metrics:
- type: pass@1
value: 1.0
---
# selection-coder-100m
A 211.3M-parameter Python code generation model. Context length 1024.
## Benchmarks (pass@1, greedy)
| Benchmark | pass@1 | n |
|---|---|---|
| HumanEval | 0.0% | 164 |
| MBPP | 1.0% | 200 |
## Usage
Prompt format:
```
### Instruction:
<your task>
### Response:
```
|