svjack commited on
Commit
e255111
·
1 Parent(s): b81b98a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: caption
5
+ dtype: string
6
+ - name: url
7
+ dtype: string
8
+ - name: key
9
+ dtype: string
10
+ - name: status
11
+ dtype: string
12
+ - name: error_message
13
+ dtype: 'null'
14
+ - name: width
15
+ dtype: float64
16
+ - name: height
17
+ dtype: float64
18
+ - name: original_width
19
+ dtype: float64
20
+ - name: original_height
21
+ dtype: float64
22
+ - name: exif
23
+ dtype: string
24
+ - name: sha256
25
+ dtype: string
26
+ - name: jpg
27
+ dtype: binary
28
+ - name: zh_caption
29
+ dtype: string
30
+ splits:
31
+ - name: train
32
+ num_bytes: 9052172026
33
+ num_examples: 57417
34
+ download_size: 9030481392
35
+ dataset_size: 9052172026
36
+ ---
37
+ # Dataset Card for "conceptual_captions_3m_zh_tiny_4"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)