rokmr commited on
Commit
270652f
·
1 Parent(s): 7ef7012

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -4
README.md CHANGED
@@ -16,11 +16,33 @@ splits:
16
  download_size: 22.13 MB
17
  dataset_size: 1036
18
  ---
19
- Dataset Summary
20
  Cats, dogs and rabbit are included as pet in this dataset.
21
 
22
- Supported Tasks and Leaderboards
23
  image-classification: Based on a pet image, the goal of this task is to predict the type of pet (i.e., dog or cat or rabbit).
24
 
25
- Languages
26
- English
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  download_size: 22.13 MB
17
  dataset_size: 1036
18
  ---
19
+ ### Dataset Summary
20
  Cats, dogs and rabbit are included as pet in this dataset.
21
 
22
+ ### Supported Tasks and Leaderboards
23
  image-classification: Based on a pet image, the goal of this task is to predict the type of pet (i.e., dog or cat or rabbit).
24
 
25
+ ### Languages
26
+ English
27
+
28
+ ### Class Label Mappings:
29
+
30
+ ```json
31
+ {
32
+ "cat": 0,
33
+ "dog": 1,
34
+ "rabbit": 2,
35
+ }
36
+ ```
37
+
38
+ ### Citation Information
39
+
40
+ ```
41
+ @ONLINE {mini_pets,
42
+ author="Rohit Kumar",
43
+ title="Mini Pets dataset",
44
+ month="July",
45
+ year="2023",
46
+ url="https://github.com/rokmr"
47
+ }
48
+ ```