vinesmsuic commited on
Commit
bf30ae6
1 Parent(s): 159b71e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: eval
6
+ path: data/eval-*
7
+ - split: extra
8
+ path: data/extra-*
9
+ dataset_info:
10
+ features:
11
+ - name: uid
12
+ dtype: int64
13
+ - name: image
14
+ dtype: image
15
+ - name: subject
16
+ dtype: string
17
+ splits:
18
+ - name: eval
19
+ num_bytes: 4414578.0
20
+ num_examples: 154
21
+ - name: extra
22
+ num_bytes: 1779741.0
23
+ num_examples: 66
24
+ download_size: 6179822
25
+ dataset_size: 6194319.0
26
+ ---
27
+ # Dataset Card for "Subject-Driven-EditingBench"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)