FelixdoingAI commited on
Commit
acc41f5
·
1 Parent(s): 1728391

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: original_prompt
5
+ dtype: string
6
+ - name: original_image
7
+ dtype: image
8
+ - name: edit_prompt
9
+ dtype: string
10
+ - name: edited_prompt
11
+ dtype: string
12
+ - name: edited_image
13
+ struct:
14
+ - name: bytes
15
+ dtype: binary
16
+ - name: path
17
+ dtype: 'null'
18
+ splits:
19
+ - name: train
20
+ num_bytes: 1951428105.0
21
+ num_examples: 5000
22
+ download_size: 1951275878
23
+ dataset_size: 1951428105.0
24
+ ---
25
+ # Dataset Card for "ip2p-adwm-5000"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)