yeates commited on
Commit
20a6e87
·
verified ·
1 Parent(s): e0e716e

Upload dataset (part 00002-of-00003)

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: input_img
5
+ dtype: image
6
+ - name: processed_img
7
+ dtype: image
8
+ - name: instruction
9
+ dtype: string
10
+ - name: auxiliary_prompt
11
+ dtype: string
12
+ - name: task_id
13
+ dtype: string
14
+ splits:
15
+ - name: train
16
+ num_bytes: 406403776859.64
17
+ num_examples: 1013320
18
+ download_size: 416440124474
19
+ dataset_size: 406403776859.64
20
+ configs:
21
+ - config_name: default
22
+ data_files:
23
+ - split: train
24
+ path: data/train-*
25
+ ---