Upload README.md
Browse files
README.md
CHANGED
|
@@ -7,33 +7,33 @@ tags:
|
|
| 7 |
datasets:
|
| 8 |
- lvwerra/codeparrot-clean-train
|
| 9 |
widget:
|
| 10 |
-
- text:
|
| 11 |
-
example_title:
|
| 12 |
- text: "def print_hello_world():\n\t"
|
| 13 |
-
example_title:
|
| 14 |
-
- text:
|
| 15 |
-
example_title:
|
| 16 |
-
- text:
|
| 17 |
-
example_title:
|
| 18 |
model-index:
|
| 19 |
- name: codeparrot
|
| 20 |
results:
|
| 21 |
-
- task:
|
| 22 |
name: Code Generation
|
| 23 |
type: code-generation
|
| 24 |
dataset:
|
| 25 |
-
name:
|
| 26 |
type: openai_humaneval
|
| 27 |
metrics:
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
---
|
| 38 |
|
| 39 |
# This is a test
|
|
|
|
| 7 |
datasets:
|
| 8 |
- lvwerra/codeparrot-clean-train
|
| 9 |
widget:
|
| 10 |
+
- text: from transformer import
|
| 11 |
+
example_title: Transformers
|
| 12 |
- text: "def print_hello_world():\n\t"
|
| 13 |
+
example_title: Hello World!
|
| 14 |
+
- text: 'def get_file_size(filepath):'
|
| 15 |
+
example_title: File size
|
| 16 |
+
- text: import numpy as
|
| 17 |
+
example_title: Numpy
|
| 18 |
model-index:
|
| 19 |
- name: codeparrot
|
| 20 |
results:
|
| 21 |
+
- task:
|
| 22 |
name: Code Generation
|
| 23 |
type: code-generation
|
| 24 |
dataset:
|
| 25 |
+
name: HumanEval
|
| 26 |
type: openai_humaneval
|
| 27 |
metrics:
|
| 28 |
+
- name: pass@1
|
| 29 |
+
type: code_eval
|
| 30 |
+
value: 0.0
|
| 31 |
+
- name: pass@10
|
| 32 |
+
type: code_eval
|
| 33 |
+
value: 8.69
|
| 34 |
+
- name: pass@100
|
| 35 |
+
type: code_eval
|
| 36 |
+
value: 17.88
|
| 37 |
---
|
| 38 |
|
| 39 |
# This is a test
|