yyyyifan commited on
Commit
0b35b3d
·
verified ·
1 Parent(s): 09013eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -2
README.md CHANGED
@@ -1,4 +1,8 @@
1
  ---
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: imagenet_label_idx
@@ -9,13 +13,37 @@ dataset_info:
9
  dtype: image
10
  splits:
11
  - name: test
12
- num_bytes: 86075321397.0
13
  num_examples: 344800
14
  download_size: 86081290114
15
- dataset_size: 86075321397.0
16
  configs:
17
  - config_name: default
18
  data_files:
19
  - split: test
20
  path: data/test-*
 
 
 
 
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: other
3
+ license_name: imagenet
4
+ license_link: https://www.image-net.org/download.php
5
+
6
  dataset_info:
7
  features:
8
  - name: imagenet_label_idx
 
13
  dtype: image
14
  splits:
15
  - name: test
16
+ num_bytes: 86075321397
17
  num_examples: 344800
18
  download_size: 86081290114
19
+ dataset_size: 86075321397
20
  configs:
21
  - config_name: default
22
  data_files:
23
  - split: test
24
  path: data/test-*
25
+ language:
26
+ - en
27
+ tags:
28
+ - image
29
  ---
30
+
31
+ # Introduction
32
+
33
+ This is a tiny subset of ImageNet ([imagenet-w21-wds](https://huggingface.co/datasets/timm/imagenet-w21-wds)). For each label, there are 20 sampled images. Those labels that have less than 20 images are skipped.
34
+
35
+ # Citation
36
+
37
+ Please cite the paper if you use this dataset.
38
+ ```
39
+ @article{imagenet15russakovsky,
40
+ Author = {Olga Russakovsky and Jia Deng and Hao Su and Jonathan Krause and Sanjeev Satheesh and Sean Ma and Zhiheng Huang and Andrej Karpathy and Aditya Khosla and Michael Bernstein and Alexander C. Berg and Li Fei-Fei},
41
+ Title = { {ImageNet Large Scale Visual Recognition Challenge} },
42
+ Year = {2015},
43
+ journal = {International Journal of Computer Vision (IJCV)},
44
+ doi = {10.1007/s11263-015-0816-y},
45
+ volume={115},
46
+ number={3},
47
+ pages={211-252}
48
+ }
49
+ ```