Commit ·
4041da6
1
Parent(s): 22ab161
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,19 +1,69 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
| 5 |
size_categories:
|
| 6 |
- n<1K
|
| 7 |
-
tags:
|
| 8 |
-
- code-generation
|
| 9 |
task_categories:
|
| 10 |
-
|
| 11 |
pretty_name: ClassEval
|
|
|
|
|
|
|
| 12 |
configs:
|
| 13 |
- config_name: default
|
| 14 |
data_files:
|
| 15 |
- split: test
|
| 16 |
-
path:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
# Dataset Card for FudanSELab ClassEval
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
license: mit
|
| 5 |
size_categories:
|
| 6 |
- n<1K
|
|
|
|
|
|
|
| 7 |
task_categories:
|
| 8 |
+
- text2text-generation
|
| 9 |
pretty_name: ClassEval
|
| 10 |
+
tags:
|
| 11 |
+
- code-generation
|
| 12 |
configs:
|
| 13 |
- config_name: default
|
| 14 |
data_files:
|
| 15 |
- split: test
|
| 16 |
+
path: data/test-*
|
| 17 |
+
dataset_info:
|
| 18 |
+
features:
|
| 19 |
+
- name: task_id
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: skeleton
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: test
|
| 24 |
+
dtype: string
|
| 25 |
+
- name: solution_code
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: import_statement
|
| 28 |
+
sequence: string
|
| 29 |
+
- name: class_description
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: methods_info
|
| 32 |
+
list:
|
| 33 |
+
- name: method_name
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: method_description
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: test_class
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: test_code
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: solution_code
|
| 42 |
+
dtype: string
|
| 43 |
+
- name: dependencies
|
| 44 |
+
struct:
|
| 45 |
+
- name: Standalone
|
| 46 |
+
dtype: bool
|
| 47 |
+
- name: lib_dependencies
|
| 48 |
+
sequence: string
|
| 49 |
+
- name: field_dependencies
|
| 50 |
+
sequence: string
|
| 51 |
+
- name: method_dependencies
|
| 52 |
+
sequence: string
|
| 53 |
+
- name: class_name
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: test_classes
|
| 56 |
+
sequence: string
|
| 57 |
+
- name: class_constructor
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: fields
|
| 60 |
+
sequence: string
|
| 61 |
+
splits:
|
| 62 |
+
- name: test
|
| 63 |
+
num_bytes: 2045843
|
| 64 |
+
num_examples: 100
|
| 65 |
+
download_size: 504287
|
| 66 |
+
dataset_size: 2045843
|
| 67 |
---
|
| 68 |
|
| 69 |
# Dataset Card for FudanSELab ClassEval
|