yuvalkirstain commited on
Commit
779b904
1 Parent(s): c05564b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: validation
6
+ path: data/validation-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: instruction
12
+ dtype: string
13
+ - name: image
14
+ dtype: image
15
+ - name: image_url
16
+ dtype: string
17
+ - name: task
18
+ dtype: string
19
+ - name: split
20
+ dtype: string
21
+ - name: idx
22
+ dtype: int64
23
+ - name: hash
24
+ dtype: string
25
+ - name: input_caption
26
+ dtype: string
27
+ - name: output_caption
28
+ dtype: string
29
+ splits:
30
+ - name: validation
31
+ num_bytes: 766577760.29
32
+ num_examples: 2022
33
+ - name: test
34
+ num_bytes: 1353975788.0
35
+ num_examples: 3589
36
+ download_size: 1904999338
37
+ dataset_size: 2120553548.29
38
+ ---
39
+ # Dataset Card for "emu_edit_test_set"
40
+
41
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)