Datasets:

Modalities:
Image
Text
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
Dask
vinesmsuic commited on
Commit
8de1712
1 Parent(s): a7a644f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: dev
6
+ path: data/dev-*
7
+ - split: filtered
8
+ path: data/filtered-*
9
+ - split: extra
10
+ path: data/extra-*
11
+ dataset_info:
12
+ features:
13
+ - name: img_id
14
+ dtype: string
15
+ - name: turn_index
16
+ dtype: int32
17
+ - name: source_img
18
+ dtype: image
19
+ - name: mask_img
20
+ dtype: image
21
+ - name: instruction
22
+ dtype: string
23
+ - name: source_global_caption
24
+ dtype: string
25
+ - name: target_global_caption
26
+ dtype: string
27
+ - name: target_local_caption
28
+ dtype: string
29
+ - name: target_img
30
+ dtype: image
31
+ splits:
32
+ - name: dev
33
+ num_bytes: 1521276668.0
34
+ num_examples: 528
35
+ - name: filtered
36
+ num_bytes: 504007147.0
37
+ num_examples: 179
38
+ - name: extra
39
+ num_bytes: 709468665.0
40
+ num_examples: 249
41
+ download_size: 2734685791
42
+ dataset_size: 2734752480.0
43
+ ---
44
+ # Dataset Card for "ImagenHub_Mask-Guided-Image-Editing_Bench"
45
+
46
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)