SaffalPoosh commited on
Commit
30cbf4f
·
1 Parent(s): 600d64e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -7
README.md CHANGED
@@ -3,16 +3,34 @@ dataset_info:
3
  features:
4
  - name: image
5
  dtype: image
6
- - name: scribble
7
- dtype: image
8
- - name: caption
 
 
 
 
 
 
9
  dtype: string
 
 
 
 
 
 
 
 
 
 
 
 
10
  splits:
11
  - name: train
12
- num_bytes: 36451181.0
13
- num_examples: 100
14
- download_size: 7288745
15
- dataset_size: 36451181.0
16
  ---
17
  # Dataset Card for "data_coco"
18
 
 
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: 75857478.0
31
+ num_examples: 500
32
+ download_size: 15524651
33
+ dataset_size: 75857478.0
34
  ---
35
  # Dataset Card for "data_coco"
36