OxfordPets / README.md
isaacchung's picture
Update README.md
557b480 verified
metadata
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
      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.