Nbardy commited on
Commit
beea404
1 Parent(s): fb565ac

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: caption
5
+ dtype: string
6
+ - name: image
7
+ dtype: image
8
+ - name: link
9
+ dtype: string
10
+ - name: message_id
11
+ dtype: string
12
+ - name: timestamp
13
+ dtype: string
14
+ - name: dense_caption_1
15
+ dtype: string
16
+ - name: dense_caption_2
17
+ dtype: string
18
+ - name: dense_caption_3
19
+ dtype: string
20
+ - name: dense_caption_4
21
+ dtype: string
22
+ - name: dense_caption_5
23
+ dtype: string
24
+ - name: dense_caption_6
25
+ dtype: string
26
+ - name: dense_caption_7
27
+ dtype: string
28
+ - name: dense_caption_8
29
+ dtype: string
30
+ - name: dense_caption_9
31
+ dtype: string
32
+ - name: dense_caption_10
33
+ dtype: string
34
+ splits:
35
+ - name: train
36
+ num_bytes: 7529944312.638
37
+ num_examples: 4806
38
+ download_size: 7512650231
39
+ dataset_size: 7529944312.638
40
+ configs:
41
+ - config_name: default
42
+ data_files:
43
+ - split: train
44
+ path: data/train-*
45
+ ---
46
+ # Dataset Card for "dalle-3-contrastive-captions"
47
+
48
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)