tianleliphoebe commited on
Commit
19a1a36
1 Parent(s): 416c64e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: replace_source_images
5
+ list:
6
+ - name: bytes
7
+ dtype: 'null'
8
+ - name: path
9
+ dtype: string
10
+ - name: add_source_images
11
+ list:
12
+ - name: bytes
13
+ dtype: 'null'
14
+ - name: path
15
+ dtype: string
16
+ - name: subject_images
17
+ list:
18
+ - name: bytes
19
+ dtype: 'null'
20
+ - name: path
21
+ dtype: string
22
+ - name: identifier
23
+ dtype: string
24
+ - name: source_prompt
25
+ dtype: string
26
+ - name: target_prompt
27
+ dtype: string
28
+ - name: add_bounding_box
29
+ sequence:
30
+ sequence: int64
31
+ splits:
32
+ - name: train
33
+ num_bytes: 69478
34
+ num_examples: 30
35
+ download_size: 14693
36
+ dataset_size: 69478
37
+ configs:
38
+ - config_name: default
39
+ data_files:
40
+ - split: train
41
+ path: data/train-*
42
+ ---
43
+ # Dataset Card for "DreamEditBench_SelfContained"
44
+
45
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)