Datasets:

Languages:
code
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
lhoestq HF staff commited on
Commit
ed47cb7
1 Parent(s): d0f0a74

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -18,6 +18,30 @@ task_categories:
18
  task_ids:
19
  - multi-class-classification
20
  pretty_name: CodeXGlueCcDefectDetection
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ---
22
  # Dataset Card for "code_x_glue_cc_defect_detection"
23
 
@@ -165,4 +189,4 @@ pages={10197--10207}, year={2019}
165
 
166
  ### Contributions
167
 
168
- Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
18
  task_ids:
19
  - multi-class-classification
20
  pretty_name: CodeXGlueCcDefectDetection
21
+ dataset_info:
22
+ features:
23
+ - name: id
24
+ dtype: int32
25
+ - name: func
26
+ dtype: string
27
+ - name: target
28
+ dtype: bool
29
+ - name: project
30
+ dtype: string
31
+ - name: commit_id
32
+ dtype: string
33
+ splits:
34
+ - name: test
35
+ num_bytes: 5646752
36
+ num_examples: 2732
37
+ - name: train
38
+ num_bytes: 45723487
39
+ num_examples: 21854
40
+ - name: validation
41
+ num_bytes: 5582545
42
+ num_examples: 2732
43
+ download_size: 61685715
44
+ dataset_size: 56952784
45
  ---
46
  # Dataset Card for "code_x_glue_cc_defect_detection"
47
 
189
 
190
  ### Contributions
191
 
192
+ Thanks to @madlag (and partly also @ncoop57) for adding this dataset.