ShaomuTan commited on
Commit
9d2feea
·
verified ·
1 Parent(s): 346d108

Add Imagenette config: 320px

Browse files
320px/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b13d180724c25fd9daf01f6c10f35148d0aa855d9fe6ad96130fe71e65b77c9f
3
+ size 246028251
320px/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa51906de9c2847cd058d9896d6b76e97a4499e4e07efca14fdffb3ae2661847
3
+ size 102680675
README.md CHANGED
@@ -8,8 +8,14 @@ configs:
8
  - split: validation
9
  path: 160px/validation-*
10
  default: true
 
 
 
 
 
 
11
  dataset_info:
12
- config_name: 160px
13
  features:
14
  - name: image
15
  dtype: image
@@ -36,4 +42,31 @@ dataset_info:
36
  num_examples: 3925
37
  download_size: 106934782
38
  dataset_size: 115254209
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  ---
 
8
  - split: validation
9
  path: 160px/validation-*
10
  default: true
11
+ - config_name: 320px
12
+ data_files:
13
+ - split: train
14
+ path: 320px/train-*
15
+ - split: validation
16
+ path: 320px/validation-*
17
  dataset_info:
18
+ - config_name: 160px
19
  features:
20
  - name: image
21
  dtype: image
 
42
  num_examples: 3925
43
  download_size: 106934782
44
  dataset_size: 115254209
45
+ - config_name: 320px
46
+ features:
47
+ - name: image
48
+ dtype: image
49
+ - name: label
50
+ dtype:
51
+ class_label:
52
+ names:
53
+ '0': tench
54
+ '1': English springer
55
+ '2': cassette player
56
+ '3': chain saw
57
+ '4': church
58
+ '5': French horn
59
+ '6': garbage truck
60
+ '7': gas pump
61
+ '8': golf ball
62
+ '9': parachute
63
+ splits:
64
+ - name: train
65
+ num_bytes: 281379092
66
+ num_examples: 9469
67
+ - name: validation
68
+ num_bytes: 105488429
69
+ num_examples: 3925
70
+ download_size: 348708926
71
+ dataset_size: 386867521
72
  ---