Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,20 +1,48 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
library_name: pytorch
|
|
|
|
| 4 |
tags:
|
| 5 |
- code
|
| 6 |
-
-
|
| 7 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
# selection-coder
|
| 11 |
|
| 12 |
-
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
```
|
| 16 |
### Instruction:
|
| 17 |
-
|
| 18 |
|
| 19 |
### Response:
|
| 20 |
```
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
library_name: pytorch
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
tags:
|
| 6 |
- code
|
| 7 |
+
- code-generation
|
| 8 |
+
model-index:
|
| 9 |
+
- name: selection-coder-100m
|
| 10 |
+
results:
|
| 11 |
+
- task:
|
| 12 |
+
type: text-generation
|
| 13 |
+
dataset:
|
| 14 |
+
name: HumanEval
|
| 15 |
+
type: openai_humaneval
|
| 16 |
+
metrics:
|
| 17 |
+
- type: pass@1
|
| 18 |
+
value: 0.0
|
| 19 |
+
- task:
|
| 20 |
+
type: text-generation
|
| 21 |
+
dataset:
|
| 22 |
+
name: MBPP
|
| 23 |
+
type: mbpp
|
| 24 |
+
metrics:
|
| 25 |
+
- type: pass@1
|
| 26 |
+
value: 1.0
|
| 27 |
---
|
| 28 |
|
| 29 |
+
# selection-coder-100m
|
| 30 |
|
| 31 |
+
A 211.3M-parameter Python code generation model. Context length 1024.
|
| 32 |
|
| 33 |
+
## Benchmarks (pass@1, greedy)
|
| 34 |
+
|
| 35 |
+
| Benchmark | pass@1 | n |
|
| 36 |
+
|---|---|---|
|
| 37 |
+
| HumanEval | 0.0% | 164 |
|
| 38 |
+
| MBPP | 1.0% | 200 |
|
| 39 |
+
|
| 40 |
+
## Usage
|
| 41 |
+
|
| 42 |
+
Prompt format:
|
| 43 |
```
|
| 44 |
### Instruction:
|
| 45 |
+
<your task>
|
| 46 |
|
| 47 |
### Response:
|
| 48 |
```
|