nguyenminh871 commited on
Commit
2133482
·
1 Parent(s): b98c905

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: 'Unnamed: 0'
5
+ dtype: int64
6
+ - name: func
7
+ dtype: string
8
+ - name: label
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': true
13
+ '1': false
14
+ - name: project
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 6837107.213843388
19
+ num_examples: 2233
20
+ - name: test
21
+ num_bytes: 2278015.1218537753
22
+ num_examples: 744
23
+ - name: validation
24
+ num_bytes: 2281076.970135837
25
+ num_examples: 745
26
+ download_size: 5854308
27
+ dataset_size: 11396199.305833
28
+ ---
29
+ # Dataset Card for "java_unifiedbug"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)