mehdidc commited on
Commit
33d39b9
·
verified ·
1 Parent(s): d8a7454

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: caption_source
7
+ dtype: string
8
+ - name: image_0_url
9
+ dtype: string
10
+ - name: image_1_url
11
+ dtype: string
12
+ - name: label_0
13
+ dtype: float64
14
+ - name: label_1
15
+ dtype: float64
16
+ - name: num_example_per_prompt
17
+ dtype: int64
18
+ - name: model_0
19
+ dtype: string
20
+ - name: model_1
21
+ dtype: string
22
+ - name: jpg_0
23
+ dtype: binary
24
+ - name: jpg_1
25
+ dtype: binary
26
+ - name: are_different
27
+ dtype: bool
28
+ - name: has_label
29
+ dtype: bool
30
+ - name: origin
31
+ dtype: string
32
+ - name: split
33
+ dtype: string
34
+ splits:
35
+ - name: train
36
+ num_bytes: 10754087
37
+ num_examples: 40
38
+ download_size: 10308986
39
+ dataset_size: 10754087
40
+ configs:
41
+ - config_name: default
42
+ data_files:
43
+ - split: train
44
+ path: data/train-*
45
+ ---
46
+ # Dataset Card for "compositionality-subsample"
47
+
48
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)