ivelin commited on
Commit
d4621b8
1 Parent(s): cb0e9ad

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: image_id
7
+ dtype: string
8
+ - name: prompt
9
+ dtype: string
10
+ - name: target_bounding_box
11
+ struct:
12
+ - name: xmax
13
+ dtype: float64
14
+ - name: xmin
15
+ dtype: float64
16
+ - name: ymax
17
+ dtype: float64
18
+ - name: ymin
19
+ dtype: float64
20
+ splits:
21
+ - name: train
22
+ num_bytes: 40217006718.2
23
+ num_examples: 374460
24
+ - name: validation
25
+ num_bytes: 348658434.4
26
+ num_examples: 2720
27
+ - name: test
28
+ num_bytes: 387295818.89
29
+ num_examples: 3347
30
+ download_size: 25615165078
31
+ dataset_size: 40952960971.49
32
+ ---
33
+ # Dataset Card for "rico_sca_refexp_synthetic_flat"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)