File size: 1,389 Bytes
2803d8a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': Abyssinian
          '1': Bengal
          '2': Birman
          '3': Bombay
          '4': British
          '5': Egyptian
          '6': Maine
          '7': Persian
          '8': Ragdoll
          '9': Russian
          '10': Siamese
          '11': Sphynx
          '12': american
          '13': basset
          '14': beagle
          '15': boxer
          '16': chihuahua
          '17': english
          '18': german
          '19': great
          '20': havanese
          '21': japanese
          '22': keeshond
          '23': leonberger
          '24': miniature
          '25': newfoundland
          '26': pomeranian
          '27': pug
          '28': saint
          '29': samoyed
          '30': scottish
          '31': shiba
          '32': staffordshire
          '33': wheaten
          '34': yorkshire
  - name: class_name
    dtype: string
  - name: file_name
    dtype: string
  splits:
  - name: train
    num_bytes: 351239006.08
    num_examples: 3680
  - name: validation
    num_bytes: 355644522.935
    num_examples: 3669
  download_size: 790121062
  dataset_size: 706883529.015
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---