nourheshamshaheen commited on
Commit
c2234df
1 Parent(s): 943a509

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': area
11
+ '1': heatmap
12
+ '2': horizontal_bar
13
+ '3': horizontal_interval
14
+ '4': line
15
+ '5': manhattan
16
+ '6': map
17
+ '7': pie
18
+ '8': scatter
19
+ '9': scatter-line
20
+ '10': surface
21
+ '11': venn
22
+ '12': vertical_bar
23
+ '13': vertical_box
24
+ '14': vertical_interval
25
+ - name: pipeline_label
26
+ dtype:
27
+ class_label:
28
+ names:
29
+ '0': horizontal_bar
30
+ '1': line
31
+ '2': other
32
+ '3': scatter
33
+ '4': scatter_line
34
+ '5': vertical_bar
35
+ - name: true_label
36
+ dtype: string
37
+ splits:
38
+ - name: train
39
+ num_bytes: 1192178239.45
40
+ num_examples: 22923
41
+ download_size: 1082413361
42
+ dataset_size: 1192178239.45
43
+ configs:
44
+ - config_name: default
45
+ data_files:
46
+ - split: train
47
+ path: data/train-*
48
+ ---
49
+ # Dataset Card for "ICPR_big"
50
+
51
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)