baptistecolle HF staff commited on
Commit
7eecfcb
·
1 Parent(s): 01c55c7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: conditioning_image
5
+ dtype: image
6
+ - name: image
7
+ dtype: image
8
+ - name: filepath
9
+ dtype: string
10
+ - name: sentids
11
+ list: int32
12
+ - name: filename
13
+ dtype: string
14
+ - name: imgid
15
+ dtype: int32
16
+ - name: split
17
+ dtype: string
18
+ - name: cocoid
19
+ dtype: int32
20
+ - name: text
21
+ dtype: string
22
+ splits:
23
+ - name: train
24
+ num_bytes: 62596425.0
25
+ num_examples: 200
26
+ download_size: 62532095
27
+ dataset_size: 62596425.0
28
+ ---
29
+ # Dataset Card for "sam-controlnet-final-test"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)