heegyu commited on
Commit
d9bc930
1 Parent(s): 90530a6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int64
6
+ - name: old_id
7
+ dtype: string
8
+ - name: title
9
+ dtype: string
10
+ - name: imgPath
11
+ dtype: string
12
+ - name: caption
13
+ dtype: string
14
+ - name: URL
15
+ dtype: string
16
+ - name: dataPath
17
+ dtype: string
18
+ - name: chartType
19
+ dtype: string
20
+ - name: complexity
21
+ dtype: string
22
+ - name: topic
23
+ dtype: string
24
+ - name: bboxesPath
25
+ dtype: string
26
+ - name: image
27
+ dtype: image
28
+ - name: data
29
+ dtype: string
30
+ splits:
31
+ - name: train
32
+ num_bytes: 280009472.0
33
+ num_examples: 6500
34
+ - name: val
35
+ num_bytes: 62717503.096
36
+ num_examples: 1392
37
+ - name: test
38
+ num_bytes: 61265523.23
39
+ num_examples: 1393
40
+ download_size: 400276057
41
+ dataset_size: 403992498.32600003
42
+ ---
43
+ # Dataset Card for "chart2text_pew"
44
+
45
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)