File size: 4,435 Bytes
77557ae | 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 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 | ---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
dataset_info:
features:
- name: image
dtype: image
- name: label
dtype:
class_label:
names:
'0': No detectado
'1': affenpinscher
'2': afghan_hound
'3': african_hunting_dog
'4': airedale
'5': american_staffordshire_terrier
'6': appenzeller
'7': australian_terrier
'8': basenji
'9': basset
'10': beagle
'11': bedlington_terrier
'12': bernese_mountain_dog
'13': black-and-tan_coonhound
'14': blenheim_spaniel
'15': bloodhound
'16': bluetick
'17': border_collie
'18': border_terrier
'19': borzoi
'20': boston_bull
'21': bouvier_des_flandres
'22': boxer
'23': brabancon_griffon
'24': briard
'25': brittany_spaniel
'26': bull_mastiff
'27': cairn
'28': cardigan
'29': chesapeake_bay_retriever
'30': chihuahua
'31': chow
'32': clumber
'33': cocker_spaniel
'34': collie
'35': curly-coated_retriever
'36': dandie_dinmont
'37': dhole
'38': dingo
'39': doberman
'40': english_foxhound
'41': english_setter
'42': english_springer
'43': entlebucher
'44': eskimo_dog
'45': flat-coated_retriever
'46': french_bulldog
'47': gato
'48': german_shepherd
'49': german_short-haired_pointer
'50': giant_schnauzer
'51': golden_retriever
'52': gordon_setter
'53': great_dane
'54': great_pyrenees
'55': greater_swiss_mountain_dog
'56': groenendael
'57': ibizan_hound
'58': irish_setter
'59': irish_terrier
'60': irish_water_spaniel
'61': irish_wolfhound
'62': italian_greyhound
'63': japanese_spaniel
'64': keeshond
'65': kelpie
'66': kerry_blue_terrier
'67': komondor
'68': kuvasz
'69': labrador_retriever
'70': lakeland_terrier
'71': leonberg
'72': lhasa
'73': malamute
'74': malinois
'75': maltese_dog
'76': mexican_hairless
'77': miniature_pinscher
'78': miniature_poodle
'79': miniature_schnauzer
'80': newfoundland
'81': norfolk_terrier
'82': norwegian_elkhound
'83': norwich_terrier
'84': old_english_sheepdog
'85': otterhound
'86': papillon
'87': pekinese
'88': pembroke
'89': pomeranian
'90': pug
'91': redbone
'92': rhodesian_ridgeback
'93': rottweiler
'94': saint_bernard
'95': saluki
'96': samoyed
'97': schipperke
'98': scotch_terrier
'99': scottish_deerhound
'100': sealyham_terrier
'101': shetland_sheepdog
'102': shih-tzu
'103': siberian_husky
'104': silky_terrier
'105': soft-coated_wheaten_terrier
'106': staffordshire_bullterrier
'107': standard_poodle
'108': standard_schnauzer
'109': sussex_spaniel
'110': tibetan_mastiff
'111': tibetan_terrier
'112': toy_poodle
'113': toy_terrier
'114': vizsla
'115': walker_hound
'116': weimaraner
'117': welsh_springer_spaniel
'118': west_highland_white_terrier
'119': whippet
'120': wire-haired_fox_terrier
'121': yorkshire_terrier
splits:
- name: train
num_bytes: 344179685.94
num_examples: 7499
- name: validation
num_bytes: 29205702.0
num_examples: 834
- name: test
num_bytes: 81732756.983
num_examples: 2083
download_size: 379294077
dataset_size: 455118144.923
---
# Dataset Card for "PetClassification"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |