File size: 1,811 Bytes
a2ba20f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
557b480
 
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
67
68
69
70
71
72
73
74
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': abyssinian
          '1': american bulldog
          '2': american pit bull terrier
          '3': basset hound
          '4': beagle
          '5': bengal
          '6': birman
          '7': bombay
          '8': boxer
          '9': british shorthair
          '10': chihuahua
          '11': egyptian mau
          '12': english cocker spaniel
          '13': english setter
          '14': german shorthaired
          '15': great pyrenees
          '16': havanese
          '17': japanese chin
          '18': keeshond
          '19': leonberger
          '20': maine coon
          '21': miniature pinscher
          '22': newfoundland
          '23': persian
          '24': pomeranian
          '25': pug
          '26': ragdoll
          '27': russian blue
          '28': saint bernard
          '29': samoyed
          '30': scottish terrier
          '31': shiba inu
          '32': siamese
          '33': sphynx
          '34': staffordshire bull terrier
          '35': wheaten terrier
          '36': yorkshire terrier
  - name: species
    dtype:
      class_label:
        names:
          '0': Cat
          '1': Dog
  - name: id
    dtype: int64
  splits:
  - name: test
    num_bytes: 413004162.0
    num_examples: 3669
  - name: train
    num_bytes: 378064471.36
    num_examples: 3680
  download_size: 790098249
  dataset_size: 791068633.36
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
  - split: train
    path: data/train-*
---

Combines https://huggingface.co/datasets/Multimodal-Fatima/OxfordPets_test and https://huggingface.co/datasets/Multimodal-Fatima/OxfordPets_train into one dataset with 2 splits.