Bingsu commited on
Commit
c722a42
1 Parent(s): 60140d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -4
README.md CHANGED
@@ -10,14 +10,29 @@ source_datasets:
10
  - original
11
  task_categories:
12
  - image-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  ## Dataset Description
16
  - **Homepage:** [Cat and Dog](https://www.kaggle.com/datasets/tongpython/cat-and-dog)
17
- - **Repository:** N/A
18
- - **Paper:** N/A
19
- - **Leaderboard:** N/A
20
- - **Point of Contact:** N/A
21
 
22
  ### Dataset Summary
23
 
 
10
  - original
11
  task_categories:
12
  - image-classification
13
+ dataset_info:
14
+ features:
15
+ - name: image
16
+ dtype: image
17
+ - name: labels
18
+ dtype:
19
+ class_label:
20
+ names:
21
+ 0: cat
22
+ 1: dog
23
+ splits:
24
+ - name: train
25
+ num_bytes: 166451650.0
26
+ num_examples: 8000
27
+ - name: test
28
+ num_bytes: 42101650.0
29
+ num_examples: 2000
30
+ download_size: 227859268
31
+ dataset_size: 208553300.0
32
  ---
33
 
34
  ## Dataset Description
35
  - **Homepage:** [Cat and Dog](https://www.kaggle.com/datasets/tongpython/cat-and-dog)
 
 
 
 
36
 
37
  ### Dataset Summary
38