ivelin commited on
Commit
6f7138c
1 Parent(s): f499b39

Upload README.md with huggingface_hub

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