baptistecolle commited on
Commit
7ccb87e
·
1 Parent(s): fcb71ce

Upload README.md with huggingface_hub

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