add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,47 @@ task_ids: []
|
|
19 |
pretty_name: CodeXGlueCcCodeRefinement
|
20 |
tags:
|
21 |
- debugging
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for "code_x_glue_cc_code_refinement"
|
|
|
19 |
pretty_name: CodeXGlueCcCodeRefinement
|
20 |
tags:
|
21 |
- debugging
|
22 |
+
dataset_info:
|
23 |
+
- config_name: medium
|
24 |
+
features:
|
25 |
+
- name: id
|
26 |
+
dtype: int32
|
27 |
+
- name: buggy
|
28 |
+
dtype: string
|
29 |
+
- name: fixed
|
30 |
+
dtype: string
|
31 |
+
splits:
|
32 |
+
- name: test
|
33 |
+
num_bytes: 4063673
|
34 |
+
num_examples: 6545
|
35 |
+
- name: train
|
36 |
+
num_bytes: 32614834
|
37 |
+
num_examples: 52364
|
38 |
+
- name: validation
|
39 |
+
num_bytes: 4086741
|
40 |
+
num_examples: 6546
|
41 |
+
download_size: 39979724
|
42 |
+
dataset_size: 40765248
|
43 |
+
- config_name: small
|
44 |
+
features:
|
45 |
+
- name: id
|
46 |
+
dtype: int32
|
47 |
+
- name: buggy
|
48 |
+
dtype: string
|
49 |
+
- name: fixed
|
50 |
+
dtype: string
|
51 |
+
splits:
|
52 |
+
- name: test
|
53 |
+
num_bytes: 1619708
|
54 |
+
num_examples: 5835
|
55 |
+
- name: train
|
56 |
+
num_bytes: 13006719
|
57 |
+
num_examples: 46680
|
58 |
+
- name: validation
|
59 |
+
num_bytes: 1629250
|
60 |
+
num_examples: 5835
|
61 |
+
download_size: 15555421
|
62 |
+
dataset_size: 16255677
|
63 |
---
|
64 |
|
65 |
# Dataset Card for "code_x_glue_cc_code_refinement"
|