Francesco commited on
Commit
f90c305
·
1 Parent(s): 296bf88

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image_id
5
+ dtype: int64
6
+ - name: image
7
+ dtype: image
8
+ - name: width
9
+ dtype: int32
10
+ - name: height
11
+ dtype: int32
12
+ - name: objects
13
+ sequence:
14
+ - name: id
15
+ dtype: int64
16
+ - name: area
17
+ dtype: int64
18
+ - name: bbox
19
+ sequence: float32
20
+ length: 4
21
+ - name: category
22
+ dtype:
23
+ class_label:
24
+ names:
25
+ '0': number-ops
26
+ '1': '0'
27
+ '2': '1'
28
+ '3': '2'
29
+ '4': '3'
30
+ '5': '4'
31
+ '6': '5'
32
+ '7': '6'
33
+ '8': '7'
34
+ '9': '8'
35
+ '10': '9'
36
+ '11': div
37
+ '12': eqv
38
+ '13': minus
39
+ '14': mult
40
+ '15': plus
41
+ splits:
42
+ - name: train
43
+ num_bytes: 67933114.831
44
+ num_examples: 4869
45
+ download_size: 41274749
46
+ dataset_size: 67933114.831
47
+ ---
48
+ # Dataset Card for "number-ops"
49
+
50
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)