mvoisin commited on
Commit
9b9c5f6
1 Parent(s): a3bb571

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image_id
5
+ dtype: int64
6
+ - name: image_url
7
+ dtype: string
8
+ - name: objects
9
+ struct:
10
+ - name: bbox
11
+ sequence:
12
+ sequence: float64
13
+ - name: category
14
+ sequence: int64
15
+ - name: id
16
+ sequence: int64
17
+ splits:
18
+ - name: test
19
+ num_bytes: 754
20
+ num_examples: 1
21
+ download_size: 3327
22
+ dataset_size: 754
23
+ ---
24
+ # Dataset Card for "COCO_small"
25
+
26
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)