BSoDium commited on
Commit
234b776
1 Parent(s): ba18440

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -1,3 +1,29 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: image
6
+ dtype: image
7
+ - name: objects
8
+ struct:
9
+ - name: country
10
+ dtype: string
11
+ - name: value
12
+ dtype: string
13
+ - name: category
14
+ dtype: string
15
+ - name: variant
16
+ dtype: string
17
+ splits:
18
+ - name: train
19
+ num_bytes: 95514828.436
20
+ num_examples: 1932
21
+ - name: test
22
+ num_bytes: 20388712.0
23
+ num_examples: 414
24
+ - name: validation
25
+ num_bytes: 20044411.0
26
+ num_examples: 414
27
+ download_size: 135682649
28
+ dataset_size: 135947951.436
29
  ---