Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
BennoKrojer commited on
Commit
f23fd83
1 Parent(s): fa7efc8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -24
README.md CHANGED
@@ -1,24 +1,33 @@
1
- ---
2
- license: mit
3
- dataset_info:
4
- features:
5
- - name: input
6
- dtype: image
7
- - name: output
8
- dtype: image
9
- - name: instruction
10
- dtype: string
11
- - name: source
12
- dtype: string
13
- splits:
14
- - name: train
15
- num_bytes: 46176211620.62
16
- num_examples: 169180
17
- download_size: 28282347308
18
- dataset_size: 46176211620.62
19
- configs:
20
- - config_name: default
21
- data_files:
22
- - split: train
23
- path: data/train-*
24
- ---
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: input
6
+ dtype: image
7
+ - name: output
8
+ dtype: image
9
+ - name: instruction
10
+ dtype: string
11
+ - name: source
12
+ dtype: string
13
+ splits:
14
+ - name: train
15
+ num_bytes: 46176211620.62
16
+ num_examples: 169180
17
+ download_size: 28282347308
18
+ dataset_size: 46176211620.62
19
+ configs:
20
+ - config_name: default
21
+ data_files:
22
+ - split: train
23
+ path: data/train-*
24
+ task_categories:
25
+ - image-to-image
26
+ language:
27
+ - en
28
+ pretty_name: AURORA
29
+ size_categories:
30
+ - 100K<n<1M
31
+ ---
32
+ Please check out our GitHub repository for more instructions (i.e. to also access the Something-Something-Edit subdataset): https://github.com/McGill-NLP/AURORA
33
+ ---