lhoestq HF staff commited on
Commit
ec35d50
1 Parent(s): 15b454c

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -18,6 +18,26 @@ task_categories:
18
  - text-retrieval
19
  task_ids:
20
  - document-retrieval
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ---
22
  # Dataset Card for "code_x_glue_cc_clone_detection_poj_104"
23
 
@@ -163,4 +183,4 @@ Computational Use of Data Agreement (C-UDA) License.
163
 
164
  ### Contributions
165
 
166
- Thanks to @madlag (and partly also @ncoop57) for adding this dataset.
 
18
  - text-retrieval
19
  task_ids:
20
  - document-retrieval
21
+ dataset_info:
22
+ features:
23
+ - name: id
24
+ dtype: int32
25
+ - name: code
26
+ dtype: string
27
+ - name: label
28
+ dtype: string
29
+ splits:
30
+ - name: test
31
+ num_bytes: 6852864
32
+ num_examples: 12000
33
+ - name: train
34
+ num_bytes: 18878686
35
+ num_examples: 32000
36
+ - name: validation
37
+ num_bytes: 5765303
38
+ num_examples: 8000
39
+ download_size: 8658581
40
+ dataset_size: 31496853
41
  ---
42
  # Dataset Card for "code_x_glue_cc_clone_detection_poj_104"
43
 
 
183
 
184
  ### Contributions
185
 
186
+ Thanks to @madlag (and partly also @ncoop57) for adding this dataset.